diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-04-23 10:24:39 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-23 10:24:39 +0900 |
commit | 80f00482037501782e4d64a7a2f6cb920670b658 (patch) | |
tree | b1a0fb3f2d2e1cf60c88e0f13f8d7bcf91839ec0 /src/basic | |
parent | d6b87637c52148f5861aca557de2711dcd0c2efd (diff) | |
parent | 60e9682a800b93886da362162e949cdc8c064c21 (diff) | |
download | systemd-80f00482037501782e4d64a7a2f6cb920670b658.tar.gz |
Merge pull request #8769 from keszybz/followups
Three trivial followups for recent patches
Diffstat (limited to 'src/basic')
-rw-r--r-- | src/basic/terminal-util.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/basic/terminal-util.c b/src/basic/terminal-util.c index 3166145b33..2bf0f4f86d 100644 --- a/src/basic/terminal-util.c +++ b/src/basic/terminal-util.c @@ -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; |