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);