From: Guilherme Maciel Ferreira Date: Sat, 28 Jan 2012 18:35:47 +0000 (-0200) Subject: Small documentation fix. X-Git-Tag: v1.3~11^2~29 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=891267b700e474923734527367c7f149108d76fe;p=pingcheck Small documentation fix. --- diff --git a/src/link/statusnotifiercommand.h b/src/link/statusnotifiercommand.h index a84aca2..ee53194 100644 --- a/src/link/statusnotifiercommand.h +++ b/src/link/statusnotifiercommand.h @@ -51,7 +51,7 @@ private: std::string get_arguments_string() const; private: - /// the command string used to notify the status + /// The command string used to notify the status std::string CommandStr; };