We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 84c4049 + 9c20bb1 commit d891f23Copy full SHA for d891f23
src/libutil/file-system.cc
@@ -680,7 +680,7 @@ void setWriteTime(
680
if (utimes(path.c_str(), times) == -1)
681
throw SysError("changing modification time of %s (not a symlink)", path);
682
} else {
683
- throw Error("Cannot modification time of symlink %s", path);
+ throw Error("Cannot change modification time of symlink %s", path);
684
}
685
#endif
686
0 commit comments