From: Rafael Garcia-Suarez <rgarciasuarez@gmail.com>
Date: Tue, 28 Nov 2006 10:09:01 +0000 (+0000)
Subject: Typo fix (by Dominic Dunlop)
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5cf489d61c74279295e704d8bb682720f309c5fa;p=p5sagit%2Fp5-mst-13.2.git

Typo fix (by Dominic Dunlop)

p4raw-id: //depot/perl@29400
---

diff --git a/cflags.SH b/cflags.SH
index 54f8aa1..ece6548 100755
--- a/cflags.SH
+++ b/cflags.SH
@@ -152,8 +152,8 @@ case "$gccversion" in
     warn="`echo $warn|sed 's/-pedantic/ /'`"
     ;;
   esac
-  # Using certain features (like the gcc statemanet expressions)
-  # require knowing whether -pedantic has been specified.
+  # Using certain features (like the gcc statement expressions)
+  # requires knowing whether -pedantic has been specified.
   case "$warn$ccflags" in
   *-pedantic*) warn="$warn -DPERL_GCC_PEDANTIC" ;;
   esac