test/Utils.hs: fix capitalization in docstring comment
authorDato Simó <dato@google.com>
Wed, 9 Jan 2013 17:04:31 +0000 (17:04 +0000)
committerDato Simó <dato@google.com>
Wed, 9 Jan 2013 17:17:50 +0000 (17:17 +0000)
Signed-off-by: Dato Simó <dato@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>

test/hs/Test/Ganeti/Utils.hs

index 23fe93b..a84b30f 100644 (file)
@@ -207,7 +207,7 @@ prop_niceSortKey_equiv =
                                                     zip numbers names)
   ]
 
--- | Tests 'rstripSpace'.
+-- | Tests 'rStripSpace'.
 prop_rStripSpace :: NonEmptyList Char -> Property
 prop_rStripSpace (NonEmpty str) =
   forAll (resize 50 $ listOf1 (arbitrary `suchThat` isSpace)) $ \whitespace ->