Fix typo.
diff --git a/src/conf/spotbugs-exclude-filter.xml b/src/conf/spotbugs-exclude-filter.xml
index 7a51758..10c8e81 100644
--- a/src/conf/spotbugs-exclude-filter.xml
+++ b/src/conf/spotbugs-exclude-filter.xml
@@ -140,7 +140,7 @@
     <Bug pattern="SF_SWITCH_NO_DEFAULT" />
   </Match>
 
-  <!-- Reason: The fallthrough on the swich statement is intentional -->
+  <!-- Reason: The fallthrough on the switch statement is intentional -->
   <Match>
     <Class name="org.apache.commons.lang3.time.FastDatePrinter"/>
     <Method name="appendFullDigits" params="java.lang.Appendable, int, int"/>