Fix spelling mistake

Change-Id: Ibbab09d2b0a8d2c3287c8c1a2655604aa0365746
diff --git a/Jenkinsfile b/Jenkinsfile
index 09c139a..f41b31f 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -10,7 +10,7 @@
         sh returnStdout: true, script: 'cp ' + filename + ' ' + env.JENKINS_HOME + '/tmp'
     }
 
-    stage ("Parse deployment configuartion file") {
+    stage ("Parse deployment configuration file") {
         sh returnStdout: true, script: 'rm -rf ${configRepoBaseDir}'
         sh returnStdout: true, script: 'git clone -b ${branch} ${configRepoUrl}'
         config = readYaml file: "${configRepoBaseDir}${configRepoFile}"
@@ -272,4 +272,4 @@
  */
 def runFabricCmd(headIp, headUser, headPass, ip, user, pass, command) {
     return sh(returnStdout: true, script: "sshpass -p ${headPass} ssh -oStrictHostKeyChecking=no -l ${headUser} ${headIp} \"sshpass -p ${pass} ssh -oStrictHostKeyChecking=no -l ${user} ${ip} ${command}\"")
-}
\ No newline at end of file
+}