Typo fix up update-scm-info.sh
diff --git a/scripts/update-scm-info.sh b/scripts/update-scm-info.sh
index 5bedd14..3b76648 100755
--- a/scripts/update-scm-info.sh
+++ b/scripts/update-scm-info.sh
@@ -15,7 +15,7 @@
 
 scm_base="https://gitbox.apache.org/repos/asf/${module_name}"
 
-sed -i "s#<connection>scm.*</connection>#<connection>scm:git:${scm_base}</conncetion>#" pom.xml
+sed -i "s#<connection>scm.*</connection>#<connection>scm:git:${scm_base}</connection>#" pom.xml
 sed -i "s#<developerConnection>scm.*</developerConnection>#<developerConnection>scm:git:${scm_base}</developerConnection>#" pom.xml
 sed -i "s#<url>.*svn.apache.org.*</url>#<url>https://gitbox.apache.org/repos/asf?p=${module_name}</url>#" pom.xml