diff options
author | Ruben Undheim <ruben.undheim@gmail.com> | 2015-09-16 19:02:35 +0200 |
---|---|---|
committer | Holger Freyther <holger@freyther.de> | 2016-05-25 19:43:56 +0000 |
commit | 029f5a1c0d30bbd605f62f0c535e920e8c37ca92 (patch) | |
tree | 1302e4cea34c0d1daf8ca4783ec5f8074fbf71fe /src/logging.c | |
parent | 45abec20dd66a7ebb762ad8942d1ba818287ff63 (diff) |
misc: Some spelling errors corrected
Change-Id: Ibfc239b84879556624ca6020ae6a63d102640c94
Reviewed-on: https://gerrit.osmocom.org/114
Tested-by: Jenkins Builder
Reviewed-by: Neels Hofmeyr <nhofmeyr@sysmocom.de>
Diffstat (limited to 'src/logging.c')
-rw-r--r-- | src/logging.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/logging.c b/src/logging.c index b2f8d437..8a101337 100644 --- a/src/logging.c +++ b/src/logging.c @@ -130,7 +130,7 @@ const char *loglevel_descriptions[LOGLEVEL_DEFS+1] = { "Don't use. It doesn't log anything", "Log debug messages and higher levels", "Log informational messages and higher levels", - "Log noticable messages and higher levels", + "Log noticeable messages and higher levels", "Log error messages and higher levels", "Log only fatal messages", NULL, |