From 6f9c009b536d584f40866393302a1d8a98837169 Mon Sep 17 00:00:00 2001 From: Johan 't Hart Date: Tue, 30 Jun 2009 22:33:28 +0200 Subject: [PATCH] Typo fix --- src/TortoiseProc/Commands/CloneCommand.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TortoiseProc/Commands/CloneCommand.cpp b/src/TortoiseProc/Commands/CloneCommand.cpp index 50c1777..14b123a 100644 --- a/src/TortoiseProc/Commands/CloneCommand.cpp +++ b/src/TortoiseProc/Commands/CloneCommand.cpp @@ -61,7 +61,7 @@ bool CloneCommand::Execute() if(!(attribs.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY)) { CString errstr; - errstr.Format(_T("%s is not valid direcotry"),dlg.m_Directory); + errstr.Format(_T("%s is not valid directory"),dlg.m_Directory); CMessageBox::Show(NULL,errstr,_T("TortoiseGit"),MB_OK|MB_ICONERROR); return FALSE; } -- 2.11.0