chiark / gitweb /
Fix typo
[elogind.git] / 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;