diff --git a/sc2/src/sc2code/libs/file/dirs.c b/sc2/src/sc2code/libs/file/dirs.c index 0723e688f..734f44b43 100644 --- a/sc2/src/sc2code/libs/file/dirs.c +++ b/sc2/src/sc2code/libs/file/dirs.c @@ -162,7 +162,7 @@ mkdirhier (const char *path) // XXX: HACK: If we don't have access to a directory, we can // still have access to the underlying entries. We don't // actually know whether the entry is a directory, but I know of - // know way to find out. We just pretend that it is; if we were + // no way to find out. We just pretend that it is; if we were // wrong, an error will occur when we try to do something with // the directory. That /should/ not be a problem, as any such // action should have its own error checking. diff --git a/sc2/src/sc2code/libs/uio/stdio/stdio.c b/sc2/src/sc2code/libs/uio/stdio/stdio.c index 34b1306fb..3d8b5a963 100644 --- a/sc2/src/sc2code/libs/uio/stdio/stdio.c +++ b/sc2/src/sc2code/libs/uio/stdio/stdio.c @@ -410,7 +410,7 @@ stdio_getPDirEntryHandle(const uio_PDirHandle *pDirHandle, const char *name) { #ifdef __SYMBIAN32__ // XXX: HACK: If we don't have access to a directory, we can still // have access to the underlying entries. We don't actually know - // whether the entry is a directory, but I know of know way to find + // whether the entry is a directory, but I know of no way to find // out. We just pretend that it is; worst case, a file which we can't // access shows up as a directory which we can't access. if (errno == EACCES) {