diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-05-19 16:55:30 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-05-19 16:55:30 +0200 |
commit | 9e7a4d6684970120e478ab095a377cc3e278b1bb (patch) | |
tree | dc998f99480b7409b495218a4f84a5c21701a3de /lib/Plugins | |
parent | 2332b01980f652d4b4008ecfc642b2e054b84a00 (diff) | |
download | abrt-9e7a4d6684970120e478ab095a377cc3e278b1bb.tar.gz abrt-9e7a4d6684970120e478ab095a377cc3e278b1bb.tar.xz abrt-9e7a4d6684970120e478ab095a377cc3e278b1bb.zip |
typo fix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'lib/Plugins')
-rw-r--r-- | lib/Plugins/CCpp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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]; |