From 9e7a4d6684970120e478ab095a377cc3e278b1bb Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Wed, 19 May 2010 16:55:30 +0200 Subject: typo fix Signed-off-by: Denys Vlasenko --- lib/Plugins/CCpp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Plugins/CCpp.cpp b/lib/Plugins/CCpp.cpp index 14d321b0..fb209bc5 100644 --- a/lib/Plugins/CCpp.cpp +++ b/lib/Plugins/CCpp.cpp @@ -171,7 +171,7 @@ static void GetBacktrace(const char *pDebugDumpDir, // http://sourceware.org/bugzilla/show_bug.cgi?id=9622 unsetenv("TERM"); // This is not necessary, and was observed to cause - // environmant corruption (because we run in a thead?): + // environmant corruption (because we run in a thread?): //putenv((char*)"TERM=dumb"); char *args[21]; -- cgit