mirror of
https://github.com/ksherlock/mpw.git
synced 2024-12-17 13:30:12 +00:00
Fix typos in comments (#57)
This commit is contained in:
parent
b8d17f4481
commit
bdb1f4b2b9
@ -83,8 +83,8 @@ namespace OS {
|
||||
{
|
||||
char buffer[PATH_MAX + 1];
|
||||
|
||||
// FSSpecs are valid for non-existant files
|
||||
// but not non-existant directories.
|
||||
// FSSpecs are valid for non-existent files
|
||||
// but not non-existent directories.
|
||||
// realpath does not behave in such a manner.
|
||||
|
||||
// expand the path. Also handles relative paths.
|
||||
|
Loading…
Reference in New Issue
Block a user