summaryrefslogtreecommitdiffstats
path: root/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'util.c')
-rw-r--r--util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util.c b/util.c
index f2302fd..517b4ba 100644
--- a/util.c
+++ b/util.c
@@ -123,7 +123,7 @@ char* absolute_path(const char *filename) {
twd = (char*) s_realloc(twd, len);
}
if (chdir(cwd))
- die("could not revert to working directory");
+ die("could not revert to prior working directory");
if (!s)
goto error;
dir = twd;