]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/basic/terminal-util.c
man: fix typos
[thirdparty/systemd.git] / src / basic / terminal-util.c
index 6cacde90bac6b58333368ed1cf6dfc301c338a17..ac83688531f2530eb27d271a78b19814caa1d1f1 100644 (file)
@@ -1349,7 +1349,7 @@ int vt_release(int fd, bool restore) {
 
 void get_log_colors(int priority, const char **on, const char **off, const char **highlight) {
         /* Note that this will initialize output variables only when there's something to output.
-         * The caller must pre-initalize to "" or NULL as appropriate. */
+         * The caller must pre-initialize to "" or NULL as appropriate. */
 
         if (priority <= LOG_ERR) {
                 if (on)