From 363ee2a8391d2df3c75594b04e22101b0bb860f6 Mon Sep 17 00:00:00 2001 From: Daniel Gustafsson Date: Mon, 2 Oct 2017 09:38:38 +0200 Subject: [PATCH] Fix typo in confirmation dialogbox s/automaticalliy/automatically/ --- pgcommitfest/commitfest/static/commitfest/js/commitfest.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pgcommitfest/commitfest/static/commitfest/js/commitfest.js b/pgcommitfest/commitfest/static/commitfest/js/commitfest.js index 08701e1..84d728d 100644 --- a/pgcommitfest/commitfest/static/commitfest/js/commitfest.js +++ b/pgcommitfest/commitfest/static/commitfest/js/commitfest.js @@ -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'); -- 2.14.1.145.gb3622a4ee