diff options
Diffstat (limited to 'src/nm-auth-utils.c')
| -rw-r--r-- | src/nm-auth-utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nm-auth-utils.c b/src/nm-auth-utils.c index b41f6efa..0c4a4bac 100644 --- a/src/nm-auth-utils.c +++ b/src/nm-auth-utils.c @@ -139,7 +139,7 @@ nm_auth_chain_get_data (NMAuthChain *self, const char *tag) * @self: A #NMAuthChain. * @tag: A "tag" uniquely identifying the data to steal. * - * Removes the datum assocated with @tag from the chain's data associations, + * Removes the datum associated with @tag from the chain's data associations, * without invoking the association's destroy handler. The caller assumes * ownership over the returned value. * |