From: Dave Rolsky <autarch@urth.org>
Date: Sun, 3 May 2009 18:31:54 +0000 (-0500)
Subject: Fix speling
X-Git-Tag: 0.78~35
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7fe3cafa597bd68fb8e279aad26e17651025bf38;p=gitmo%2FMoose.git

Fix speling
---

diff --git a/lib/Moose/Manual/FAQ.pod b/lib/Moose/Manual/FAQ.pod
index d834549..6bd6384 100644
--- a/lib/Moose/Manual/FAQ.pod
+++ b/lib/Moose/Manual/FAQ.pod
@@ -27,7 +27,7 @@ parts of it to improve efficiency or consistency. This will not be
 done lightly. We do perform deprecation cycles. We I<really>
 do not like making ourselves look bad by breaking your code.
 Submitting test cases is the best way to ensure that your code is not
-inadvertantly broken by refactoring.
+inadvertently broken by refactoring.
 
 =head3 I heard Moose is slow, is this true?