From: Zbigniew Jędrzejewski-Szmek Date: Fri, 20 Apr 2018 09:09:44 +0000 (+0200) Subject: Fix typo X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=2e5a04d8a16af5f73c1822ef05a24b2f12785c1b;p=elogind.git Fix typo --- diff --git a/src/basic/terminal-util.c b/src/basic/terminal-util.c index ac7598971..889de7c6a 100644 --- a/src/basic/terminal-util.c +++ b/src/basic/terminal-util.c @@ -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;