From 3ecab110e72d856680847fd9fd1c67c157f11807 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Thu, 23 Jul 2009 15:46:53 +0000 Subject: [PATCH] Fixed typo in comment. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31718 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/debugger/files/FileManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/debugger/files/FileManager.cpp b/src/apps/debugger/files/FileManager.cpp index 8630cf2b2d..5d7e5acb44 100644 --- a/src/apps/debugger/files/FileManager.cpp +++ b/src/apps/debugger/files/FileManager.cpp @@ -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(entry);