From 12a3de85f922e280ff9245749a3301c060eb3d49 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 6 May 2007 16:56:34 +0000 Subject: [PATCH] typo --- stepmania/src/MemoryCardManager.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stepmania/src/MemoryCardManager.cpp b/stepmania/src/MemoryCardManager.cpp index 63be52fcb3..3abbc69791 100644 --- a/stepmania/src/MemoryCardManager.cpp +++ b/stepmania/src/MemoryCardManager.cpp @@ -54,14 +54,14 @@ Preference MemoryCardManager::m_sEditorMemoryCardOsMountPoint( "Editor const RString MEM_CARD_MOUNT_POINT[NUM_PLAYERS] = { - /* @ is importast; see RageFileManager LoadedDriver::GetPath */ + /* @ is important; see RageFileManager LoadedDriver::GetPath */ "/@mc1/", "/@mc2/", }; static const RString MEM_CARD_MOUNT_POINT_INTERNAL[NUM_PLAYERS] = { - /* @ is importast; see RageFileManager LoadedDriver::GetPath */ + /* @ is important; see RageFileManager LoadedDriver::GetPath */ "/@mc1int/", "/@mc2int/", };