mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 08:56:15 +09:00
Fix typo
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user