diff options
author | Sayed Shah <sayshah@redhat.com> | 2020-07-01 17:20:40 -0400 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2020-07-03 10:48:04 +0200 |
commit | 7337ab895951c37258d0634dd709f218109bd49f (patch) | |
tree | 9bef23382841cc33903b0dfdbf1ed4ace27d0402 /libnm-core/nm-setting-wireguard.c | |
parent | 66e2d8c38a26e3b797fe2cbea961ea942042e13c (diff) | |
download | NetworkManager-7337ab895951c37258d0634dd709f218109bd49f.tar.gz |
all: fix typo in man pages
There should be a comma after 'Otherwise' and 'Currently'.
https://bugzilla.redhat.com/show_bug.cgi?id=1852452
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/560
Diffstat (limited to 'libnm-core/nm-setting-wireguard.c')
-rw-r--r-- | libnm-core/nm-setting-wireguard.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libnm-core/nm-setting-wireguard.c b/libnm-core/nm-setting-wireguard.c index 2bd633cecb..579431ab2d 100644 --- a/libnm-core/nm-setting-wireguard.c +++ b/libnm-core/nm-setting-wireguard.c @@ -737,9 +737,9 @@ nm_wireguard_peer_remove_allowed_ip (NMWireGuardPeer *self, * nm_wireguard_peer_is_valid: * @self: the #NMWireGuardPeer instance * @check_secrets: if %TRUE, non-secret properties are validated. - * Otherwise they are ignored for this purpose. + * Otherwise, they are ignored for this purpose. * @check_non_secrets: if %TRUE, secret properties are validated. - * Otherwise they are ignored for this purpose. + * Otherwise, they are ignored for this purpose. * @error: the #GError location for returning the failure reason. * * Returns: %TRUE if the peer is valid or fails with an error @@ -2458,7 +2458,7 @@ nm_setting_wireguard_class_init (NMSettingWireGuardClass *klass) * NMSettingWireGuard:fwmark: * * The use of fwmark is optional and is by default off. Setting it to 0 - * disables it. Otherwise it is a 32-bit fwmark for outgoing packets. + * disables it. Otherwise, it is a 32-bit fwmark for outgoing packets. * * Note that "ip4-auto-default-route" or "ip6-auto-default-route" enabled, * implies to automatically choose a fwmark. |