diff --git a/jobs/Jenkinsfile_UpdateSrcRevisions b/jobs/Jenkinsfile_UpdateSrcRevisions index 423bc7b..9bb860e 100644 --- a/jobs/Jenkinsfile_UpdateSrcRevisions +++ b/jobs/Jenkinsfile_UpdateSrcRevisions @@ -110,7 +110,7 @@ def createPR(theBranch) { def bitbucketRestApiUrl = "https://bitbucket.gad.local/rest/api/1.0" def prTitle = "Nightly: Src Rev Update" - def prDescription = "CI is ppdating the source revisions to HEAD" + def prDescription = "CI is updating the source revisions to HEAD" def prRepository = "\"repository\": {\"slug\": \"${prRepo}\", \"name\": null, \"project\": {\"key\": \"${prProject}\"}}" def prDataJson = "{\"title\": \"${prTitle}\", \"description\": \"${prDescription}\",\ \"state\": \"OPEN\", \"open\": true, \"closed\": false,\