diff options
| author | Sebastien Bacher <seb128@ubuntu.com> | 2019-03-12 15:16:42 +0100 |
|---|---|---|
| committer | Sebastien Bacher <seb128@ubuntu.com> | 2019-03-12 15:16:42 +0100 |
| commit | cc4ab276f923ded9f415c1c2bf192994367ab0bb (patch) | |
| tree | ac3a7775665992b27d07eb44186d38ff961a8cd7 /src/nm-keep-alive.c | |
| parent | bb1cf58350bb34463e9ffc5f96ac4f9b6bf46d28 (diff) | |
| parent | dd428301eb6f02542015121d7b08d9997f137e50 (diff) | |
Update upstream source from tag 'upstream/1.15.91'
Update to upstream version '1.15.91' with Debian dir 74de38245314cab529c6c94cd9d0b874ce0c2994
Diffstat (limited to 'src/nm-keep-alive.c')
| -rw-r--r-- | src/nm-keep-alive.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/nm-keep-alive.c b/src/nm-keep-alive.c index e601483b..cfec138a 100644 --- a/src/nm-keep-alive.c +++ b/src/nm-keep-alive.c @@ -23,8 +23,6 @@ #include "nm-keep-alive.h" -#include <string.h> - #include "settings/nm-settings-connection.h" /*****************************************************************************/ @@ -98,7 +96,7 @@ _is_alive (NMKeepAlive *self) /* the D-Bus client is gone. The only other binding (below) for the connection's * visibility cannot keep the instance alive. * - * As such, a D-Bus client watch is authorative and overrules other conditions (that + * As such, a D-Bus client watch is authoritative and overrules other conditions (that * we have so far). */ return FALSE; } @@ -470,7 +468,7 @@ _nm_keep_alive_set_owner (NMKeepAlive *self, nm_assert (!owner || !priv->owner); /* optimally, we would take a reference to @owner. But the - * owner already owns a refrence to the keep-alive, so we cannot + * owner already owns a reference to the keep-alive, so we cannot * just own a reference back. * * We could register a weak-pointer here. But instead, declare that |