OSDN Git Service

Typo fix
authorJohan 't Hart <johanthart@gmail.com>
Tue, 30 Jun 2009 20:33:28 +0000 (22:33 +0200)
committerJohan 't Hart <johanthart@gmail.com>
Thu, 2 Jul 2009 21:14:33 +0000 (23:14 +0200)
src/TortoiseProc/Commands/CloneCommand.cpp

index 50c1777..14b123a 100644 (file)
@@ -61,7 +61,7 @@ bool CloneCommand::Execute()
                                if(!(attribs.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY))\r
                                {\r
                                        CString errstr;\r
-                                       errstr.Format(_T("%s is not valid direcotry"),dlg.m_Directory);\r
+                                       errstr.Format(_T("%s is not valid directory"),dlg.m_Directory);\r
                                        CMessageBox::Show(NULL,errstr,_T("TortoiseGit"),MB_OK|MB_ICONERROR);\r
                                        return FALSE;\r
                                }\r