From 1cd29e0bb4cc7108944b9eb58a7588f3e5233c2f Mon Sep 17 00:00:00 2001 From: Jan Steemann Date: Thu, 13 Mar 2014 23:02:51 +0100 Subject: [PATCH] fixed typo in comment --- lib/BasicsC/logging.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/BasicsC/logging.c b/lib/BasicsC/logging.c index 7000253ca3..c73d5909b7 100644 --- a/lib/BasicsC/logging.c +++ b/lib/BasicsC/logging.c @@ -511,7 +511,7 @@ static int GenerateMessage (char* buffer, m += n; // ............................................................................. - // check if we must disply the line number + // check if we must display the line number // ............................................................................. sln = ShowLineNumber;