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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user