aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/mds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mds.c b/src/mds.c
index 12684b9..8651cdf 100644
--- a/src/mds.c
+++ b/src/mds.c
@@ -510,7 +510,7 @@ int unlink_recursive(const char* pathname)
eprint("pop");
}
- /* Remvoe the drectory. */
+ /* Remove the drectory. */
if (rmdir(pathname) < 0)
goto pfail;