Skip to content

Commit ef18c7e

Browse files
committed
small typo fix
1 parent 3746eca commit ef18c7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apiserver/labelservice/labelimpl.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ func Label(request *msgs.LabelRequest) msgs.LabelResponse {
5353
labelsMap, err = validateLabel(request.LabelCmdLabel)
5454
if err != nil {
5555
resp.Status.Code = msgs.Error
56-
resp.Status.Msg = "lables not formatted correctly"
56+
resp.Status.Msg = "labels not formatted correctly"
5757
return resp
5858
}
5959

@@ -140,7 +140,7 @@ func updateLabels(deployment *v1beta1.Deployment, clusterName string, newLabels
140140

141141
var err error
142142

143-
log.Debugf("%v is the labels to apply\n", newLabels)
143+
log.Debugf("%v are the labels to apply\n", newLabels)
144144

145145
var patchBytes, newData, origData []byte
146146
origData, err = json.Marshal(deployment)

0 commit comments

Comments
 (0)