sd-device,udevd: fix spelling /ammend/amend/
authorTom Gundersen <teg@jklm.no>
Fri, 3 Apr 2015 20:51:09 +0000 (22:51 +0200)
committerTom Gundersen <teg@jklm.no>
Fri, 3 Apr 2015 20:51:09 +0000 (22:51 +0200)
src/libsystemd/sd-device/device-private.c
src/udev/udevd.c

index 544b837..86d760c 100644 (file)
@@ -366,7 +366,7 @@ static int device_set_devgid(sd_device *device, const char *gid) {
         return 0;
 }
 
-static int device_ammend(sd_device *device, const char *key, const char *value) {
+static int device_amend(sd_device *device, const char *key, const char *value) {
         int r;
 
         assert(device);
@@ -507,7 +507,7 @@ static int device_append(sd_device *device, char *key, const char **_major, cons
                                 return -EINVAL;
                 }
 
-                r = device_ammend(device, key, value);
+                r = device_amend(device, key, value);
                 if (r < 0)
                         return r;
         }
index 8eaf2cd..830aedd 100644 (file)
@@ -893,7 +893,7 @@ static void handle_signal(struct udev *udev, int signo) {
                                                 /* delete state from disk */
                                                 udev_device_delete_db(worker->event->dev);
                                                 udev_device_tag_index(worker->event->dev, NULL, false);
-                                                /* forward kernel event without ammending it */
+                                                /* forward kernel event without amending it */
                                                 udev_monitor_send_device(monitor, NULL, worker->event->dev_kernel);
                                                 event_queue_delete(worker->event);