Fix wording a little bit
This commit is contained in:
parent
283bf91a0e
commit
58450ffced
1 changed files with 1 additions and 1 deletions
2
quark.c
2
quark.c
|
@ -463,7 +463,7 @@ normabspath(char *path)
|
||||||
int done = 0;
|
int done = 0;
|
||||||
char *p, *q, *lastp;
|
char *p, *q, *lastp;
|
||||||
|
|
||||||
/* force and skip first slash */
|
/* require and skip first slash */
|
||||||
if (path[0] != '/') {
|
if (path[0] != '/') {
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue