mirror of
https://github.com/systemd/systemd.git
synced 2024-12-23 21:35:11 +03:00
Fix typo
This commit is contained in:
parent
d18b57f7fd
commit
cdacc27e07
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user