summaryrefslogtreecommitdiff
path: root/src/platform/nm-linux-platform.c
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/platform/nm-linux-platform.c
parent66e2d8c38a26e3b797fe2cbea961ea942042e13c (diff)
downloadNetworkManager-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 'src/platform/nm-linux-platform.c')
-rw-r--r--src/platform/nm-linux-platform.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/platform/nm-linux-platform.c b/src/platform/nm-linux-platform.c
index 710a6f91f1..57682e9f77 100644
--- a/src/platform/nm-linux-platform.c
+++ b/src/platform/nm-linux-platform.c
@@ -514,7 +514,7 @@ G_DEFINE_TYPE (NMLinuxPlatform, nm_linux_platform, NM_TYPE_PLATFORM)
/* The %m format specifier (GNU extension) would already allow you to specify the error
* message conveniently (and nm_log would get that right too). But we don't want to depend
* on that, so instead append the message at the end.
- * Currently users are expected not to use %m in the format string. */ \
+ * Currently, users are expected not to use %m in the format string. */ \
_LOG_print (__level, __domain, __errsv, self, \
_NM_UTILS_MACRO_FIRST (__VA_ARGS__) ": %s (%d)" \
_NM_UTILS_MACRO_REST (__VA_ARGS__), \