From 8aae3c03566938a09efbadefdf9f7a88b4369fcf Mon Sep 17 00:00:00 2001 From: PB Date: Wed, 2 May 2018 17:47:42 +0200 Subject: [PATCH] Fix typos in code comment --- src/common/debugrpt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/debugrpt.cpp b/src/common/debugrpt.cpp index 8e15935a8f..7102776f28 100644 --- a/src/common/debugrpt.cpp +++ b/src/common/debugrpt.cpp @@ -627,7 +627,7 @@ void wxDebugReportCompress::SetCompressedFileBaseName(const wxString& name) wxFileName wxDebugReportCompress::GetSaveLocation() const { - // Use de default directoy as a basis for the save location, e.g. + // Use the default directory as a basis for the save location, e.g. // %temp%/someName becomes %temp%/someName.zip. wxFileName fn(GetDirectory()); if (!m_zipDir.empty())