diff options
| author | Sebastien Bacher <seb128@ubuntu.com> | 2019-01-25 11:24:41 +0100 |
|---|---|---|
| committer | Sebastien Bacher <seb128@ubuntu.com> | 2019-01-25 11:24:41 +0100 |
| commit | bbae86d3d2997a853ca0365e8eb7a3ca7489ee09 (patch) | |
| tree | 1f7fa49b47ab13aea3effbe839559d221f6323b4 /libnm-glib/nm-object.c | |
| parent | 404ebe62622150e77e311777dff8617eb974e834 (diff) | |
New upstream version 1.15.2
Diffstat (limited to 'libnm-glib/nm-object.c')
| -rw-r--r-- | libnm-glib/nm-object.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libnm-glib/nm-object.c b/libnm-glib/nm-object.c index e2c96d62..967400e7 100644 --- a/libnm-glib/nm-object.c +++ b/libnm-glib/nm-object.c @@ -451,10 +451,10 @@ nm_object_class_init (NMObjectClass *nm_object_class) /** * NMObject::object-creation-failed: * @master_object: the object that received the signal - * @error: the error that occured while creating object + * @error: the error that occurred while creating object * @failed_path: object path of the failed object * - * Indicates that an error occured while creating an #NMObject object + * Indicates that an error occurred while creating an #NMObject object * during property handling of @master_object. * * Note: Be aware that the signal is private for libnm-glib's internal |