Fix typo in pom.xml : conncetion should be connection
diff --git a/pom.xml b/pom.xml
index 26ae28d..312279b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,7 +43,7 @@
     </properties>
 
     <scm>
-        <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-auth-form.git</conncetion>
+        <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-auth-form.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-auth-form.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-auth-form.git</url>
     </scm>