From cbdd04e506e37a181aaccc2cc22493e35bef357a Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Thu, 17 Mar 2016 17:17:22 -0400 Subject: [PATCH] CmdDiagnostics: Typo --- src/commands/CmdDiagnostics.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/CmdDiagnostics.cpp b/src/commands/CmdDiagnostics.cpp index 77076ed44..a71fa5190 100644 --- a/src/commands/CmdDiagnostics.cpp +++ b/src/commands/CmdDiagnostics.cpp @@ -280,7 +280,7 @@ int CmdDiagnostics::execute (std::string& output) << credentials << "\n\n"; - // Disaply hook status. + // Display hook status. Path hookLocation (context.config.get ("data.location")); hookLocation += "hooks";