Fix spelling
diff --git a/src/main/java/org/apache/commons/dbutils/BasicRowProcessor.java b/src/main/java/org/apache/commons/dbutils/BasicRowProcessor.java
index 6f0e86a..7231d6d 100644
--- a/src/main/java/org/apache/commons/dbutils/BasicRowProcessor.java
+++ b/src/main/java/org/apache/commons/dbutils/BasicRowProcessor.java
@@ -104,7 +104,7 @@
             /*

              * In order to keep the map and lowerCaseMap synchronized,

              * we have to remove the old mapping before putting the

-             * new one. Indeed, oldKey and key are not necessaliry equals.

+             * new one. Indeed, oldKey and key are not necessarily equals.

              * (That's why we call super.remove(oldKey) and not just

              * super.put(key, value))

              */