]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Fix typo
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 20 Apr 2018 09:09:44 +0000 (11:09 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 20 Apr 2018 09:09:44 +0000 (11:09 +0200)
src/basic/terminal-util.c

index 3166145b332b4c7dfd44a20c385e16743337aea8..2bf0f4f86d8c60a04b53124823eb600caa3a405c 100644 (file)
@@ -1322,8 +1322,8 @@ int terminal_urlify_path(const char *path, const char *text, char **ret) {
 
         assert(path);
 
-        /* Much like terminal_urlify() above, but takes a file system path as input, and turns it into a properl
-         * file:// URL first. */
+        /* Much like terminal_urlify() above, but takes a file system path as input
+         * and turns it into a proper file:// URL first. */
 
         if (isempty(path))
                 return -EINVAL;