Fix wording a little bit

This commit is contained in:
Laslo Hunhold 2017-06-21 10:37:39 +02:00
parent 283bf91a0e
commit 58450ffced

View file

@ -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;
}