commit 58450ffced8b75dd4e8e6e61b2753ee16126e26a
Author: Laslo Hunhold <[email protected]>
AuthorDate: Wed Jun 21 10:37:39 2017 +0200
Commit: Laslo Hunhold <[email protected]>
CommitDate: Wed Jun 21 10:37:39 2017 +0200
Fix wording a little bit
diff --git a/quark.c b/quark.c
index 5fcf004..4d056d3 100644
--- a/quark.c
+++ b/quark.c
@@ -463,7 +463,7 @@ normabspath(char *path)
int done = 0;
char *p, *q, *lastp;
- /* force and skip first slash */
+ /* require and skip first slash */
if (path[0] != '/') {
return 1;
}