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.h | |
| parent | 404ebe62622150e77e311777dff8617eb974e834 (diff) | |
New upstream version 1.15.2
Diffstat (limited to 'libnm-glib/nm-object.h')
| -rw-r--r-- | libnm-glib/nm-object.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm-glib/nm-object.h b/libnm-glib/nm-object.h index 73aa9de5..d37fb683 100644 --- a/libnm-glib/nm-object.h +++ b/libnm-glib/nm-object.h @@ -66,7 +66,7 @@ typedef struct { /* Signals */ /* The "object-creation-failed" signal is PRIVATE for libnm-glib and * is not meant for any external usage. It indicates that an error - * occured during creation of an object. + * occurred during creation of an object. */ void (*object_creation_failed) (NMObject *master_object, GError *error, |