Fix miscellaneous typos in comments.

This commit is contained in:
Yuri Chornoivan
2019-01-11 17:14:21 +00:00
committed by Richard W.M. Jones
parent 4040c7de93
commit 7f97433a3c
5 changed files with 5 additions and 5 deletions

View File

@@ -75,7 +75,7 @@ try_tilde_expansion (char *str)
}
}
/* No match, return the orignal string. */
/* No match, return the original string. */
return str;
}