]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Fix typo in escape.c
authorsamuelvw01 <132577980+samuelvw01@users.noreply.github.com>
Sun, 8 Sep 2024 08:46:30 +0000 (10:46 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 8 Sep 2024 09:55:13 +0000 (18:55 +0900)
src/escape/escape.c

index abbc08b37f7f3b4c9b9a90fa219098d1b66fb92a..3274b9196769f8bab06af153b3d5415497890b9a 100644 (file)
@@ -194,7 +194,7 @@ static int run(int argc, char *argv[]) {
                                  * it. Because that means escaping is not necessarily reversible. */
 
                                 if (!path_is_valid(*i))
-                                        log_warning("Input '%s' is not a valid file system path, escaping is likely not going be reversible.", *i);
+                                        log_warning("Input '%s' is not a valid file system path, escaping is likely not going to be reversible.", *i);
                                 else if (!path_is_absolute(*i))
                                         log_warning("Input '%s' is not an absolute file system path, escaping is likely not going to be reversible.", *i);