From 5952224df264d5989c93774550aadeaa81f0924f Mon Sep 17 00:00:00 2001 From: Pascal Obry Date: Sat, 2 Aug 2008 16:17:06 +0200 Subject: [PATCH] Minor style fix. --- src/style_checker.adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style_checker.adb b/src/style_checker.adb index 5fa76c6..aa542b6 100644 --- a/src/style_checker.adb +++ b/src/style_checker.adb @@ -551,7 +551,7 @@ procedure Style_Checker is P (" -cy : check for copyright year"); P (" -cY : disbale check for copyright year (default)"); P (" -cf : if present a copyright line should match the" - & "given pattern"); + & " given pattern"); P (" -cF : disable copyright pattern check"); P (" -d : check single comment line dot ending"); P (" -D : disable check for single comment line dot ending"); -- 2.11.4.GIT