diff --git a/src/commands/CmdDiagnostics.cpp b/src/commands/CmdDiagnostics.cpp index ab1fc86a..049005da 100644 --- a/src/commands/CmdDiagnostics.cpp +++ b/src/commands/CmdDiagnostics.cpp @@ -125,7 +125,7 @@ int CmdDiagnostics (Log& log) if ((peditor = getenv ("VISUAL")) != NULL) out << " $VISUAL: " << peditor << "\n"; else if ((peditor = getenv ("EDITOR")) != NULL) - out << " $EDITOR: " << peditor << "\n"; + out << " $EDITOR: " << peditor << "\n"; out << "\n"; std::cout << out.str ();