* fixed typo in comment

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19184 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2006-11-03 09:37:36 +00:00
parent d6951dd4ca
commit 97e01beb46

View File

@ -185,7 +185,7 @@ copy(const char *from, const char *to)
}
} else {
// stat(target) failed, so it doesn't exist yet - if
// the target doesn't end in "/", that's should not
// the target doesn't end in "/", that should not
// be a problem, just copy the file under the new name
if (toPath[strlen(toPath) - 1] == '/') {