OSDN Git Service

Merge branch 'master' of git://github.com/Jopie64/tortoisegit
[tortoisegit/TortoiseGitJp.git] / 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