From 7341280df87245223825689bd6e007590f72da66 Mon Sep 17 00:00:00 2001 From: "Ben \"root\" Anderson" Date: Sun, 9 Feb 2014 08:27:38 -0600 Subject: [PATCH] Slight correction on comment. --- src/RageFileManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/RageFileManager.cpp b/src/RageFileManager.cpp index 33d126b908..ab25e73f0e 100644 --- a/src/RageFileManager.cpp +++ b/src/RageFileManager.cpp @@ -351,7 +351,7 @@ void RageFileManager::GetDirListing( const RString &sPath_, vector &Add NormalizePath( sPath ); // NormalizePath() calls CollapsePath() which will remove "dir/.." pairs. - // So if a "/.." is still present, they're trying to go below the mountpoint, + // So if a "/.." is still present, they're trying to go below the root, // which isn't valid. if( sPath.find("/..") != std::string::npos ) return;