chiark / gitweb /
Fix typo
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 20 Apr 2018 09:09:44 +0000 (11:09 +0200)
committerSven Eden <yamakuzure@gmx.net>
Fri, 24 Aug 2018 14:47:08 +0000 (16:47 +0200)
src/basic/terminal-util.c

index ac7598971f9231844ea19cf59e0b6c8fac546316..889de7c6a50c1af4674df3edae51ec5633d8bbdb 100644 (file)
@@ -1341,8 +1341,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;