diff options
author | Miloslav Trmač <mitr@redhat.com> | 2013-04-10 03:06:59 +0200 |
---|---|---|
committer | Miloslav Trmač <mitr@redhat.com> | 2013-04-15 23:22:46 +0200 |
commit | 794d6cadaec33ddebbbabc8d0f80380189b71d88 (patch) | |
tree | fa8375729b277e1f87ab023d80f01bb5469eaf49 | |
parent | 0552a3ef4c89a7d87742f63d80878a5ef2574f10 (diff) | |
download | polkit-794d6cadaec33ddebbbabc8d0f80380189b71d88.tar.gz |
Fix an obvious docstring typo.
https://bugs.freedesktop.org/show_bug.cgi?id=63573
-rw-r--r-- | src/polkit/polkitunixnetgroup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/polkit/polkitunixnetgroup.c b/src/polkit/polkitunixnetgroup.c index e4438eb..8a2b369 100644 --- a/src/polkit/polkitunixnetgroup.c +++ b/src/polkit/polkitunixnetgroup.c @@ -168,7 +168,7 @@ polkit_unix_netgroup_get_name (PolkitUnixNetgroup *group) } /** - * polkit_unix_netgroup_set_gid: + * polkit_unix_netgroup_set_name: * @group: A #PolkitUnixNetgroup. * @name: A netgroup name. * |