summaryrefslogtreecommitdiff
path: root/src/supplicant
diff options
context:
space:
mode:
authorSayed Shah <sayshah@redhat.com>2020-07-01 17:20:40 -0400
committerThomas Haller <thaller@redhat.com>2020-07-03 10:48:04 +0200
commit7337ab895951c37258d0634dd709f218109bd49f (patch)
tree9bef23382841cc33903b0dfdbf1ed4ace27d0402 /src/supplicant
parent66e2d8c38a26e3b797fe2cbea961ea942042e13c (diff)
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 'src/supplicant')
-rw-r--r--src/supplicant/nm-supplicant-interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/supplicant/nm-supplicant-interface.c b/src/supplicant/nm-supplicant-interface.c
index 933afb2974..c20098cd60 100644
--- a/src/supplicant/nm-supplicant-interface.c
+++ b/src/supplicant/nm-supplicant-interface.c
@@ -1235,7 +1235,7 @@ parse_capabilities (NMSupplicantInterface *self, GVariant *capabilities)
const gint32 WPAS_MAX_SCAN_SSIDS = 16;
/* Even if supplicant claims that 20 SSIDs are supported, the Scan request
- * still only accepts WPAS_MAX_SCAN_SSIDS SSIDs. Otherwise the D-Bus
+ * still only accepts WPAS_MAX_SCAN_SSIDS SSIDs. Otherwise, the D-Bus
* request will be rejected with "fi.w1.wpa_supplicant1.InvalidArgs"
* Body: ('Did not receive correct message arguments.', 'Too many ssids specified. Specify at most four')
* */