Fixed typo in comment.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31718 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2009-07-23 15:46:53 +00:00
parent 5c454bb4ce
commit 3ecab110e7
+1 -1
View File
@@ -278,7 +278,7 @@ private:
LocatableFile* _GetFile(const BString& directoryPath, const BString& name)
{
// if already know return the file
// if already known return the file
LocatableEntry* entry = _LookupEntry(EntryPath(directoryPath, name));
if (entry != NULL) {
LocatableFile* file = dynamic_cast<LocatableFile*>(entry);