Fix typo
authorDaniel Gustafsson <[email protected]>
Mon, 2 Oct 2017 08:02:44 +0000 (10:02 +0200)
committerMagnus Hagander <[email protected]>
Mon, 2 Oct 2017 08:02:44 +0000 (10:02 +0200)
pgcommitfest/commitfest/static/commitfest/js/commitfest.js

index 08701e130a53609dbc49ba96c4667438aaff9e21..84d728d3c044ac4a3920c467030e56e1e201a83b 100644 (file)
@@ -5,7 +5,7 @@ function verify_returned() {
    return confirm('Are you sure you want to close this patch as Returned with Feedback?\n\nThis should be done if the patch is expected to be finished at some future time, but not necessarily in the next commitfest. If work is undergoing and expected in the next commitfest, it should instead be set to "Moved to next CF".\n\nSo - are you sure?');
 }
 function verify_next() {
-    return confirm('Are you sure you want to move this patch to the next commitfest?\n\nThis means the patch will be marked as closed in this commitfest, but will automaticalliy be moved to the next one. If no further work is expected on this patch, it should be closed with "Rejected" or "Returned with Feedback" instead.\n\nSo - are you sure?');
+    return confirm('Are you sure you want to move this patch to the next commitfest?\n\nThis means the patch will be marked as closed in this commitfest, but will automatically be moved to the next one. If no further work is expected on this patch, it should be closed with "Rejected" or "Returned with Feedback" instead.\n\nSo - are you sure?');
 }
 function findLatestThreads() {
    $('#attachThreadListWrap').addClass('loading');