This is an automated email from the ASF dual-hosted git repository.

gstein pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/steve.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 3a07b0e  Fix some typos.
3a07b0e is described below

commit 3a07b0e03e9599686aafe16b76b28395c8c194c0
Author: Greg Stein <[email protected]>
AuthorDate: Thu Oct 9 22:18:25 2025 -0500

    Fix some typos.
    
    Submitted by: Rich Bowen <[email protected]>
---
 README.md                           | 2 +-
 pysteve/README.md                   | 2 +-
 pysteve/www/htdocs/js/steve_rest.js | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index fae8a5b..64b819c 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 # Welcome to Apache Steve <http://steve.apache.org/>
 
 Apache Steve is software to conduct a vote using the STV (Single
-Transferrable Vote) and other voting algorithms. The tool grew out of the 
voting
+Transferable Vote) and other voting algorithms. The tool grew out of the voting
 system used to elect the Apache Software Foundation Board of
 Directors.
 
diff --git a/pysteve/README.md b/pysteve/README.md
index 9ae25dc..882722f 100644
--- a/pysteve/README.md
+++ b/pysteve/README.md
@@ -4,7 +4,7 @@
  Welcome to Apache STeVe <https://steve.apache.org/>
 =============================================================
 
-Apache STeVe is software to conduct a vote using the STV (Single Transferrable
+Apache STeVe is software to conduct a vote using the STV (Single Transferable
 Vote) and other voting algorithms. The tool grew out of the voting system used
 to elect the Apache Software Foundation Board of Directors.
 
diff --git a/pysteve/www/htdocs/js/steve_rest.js 
b/pysteve/www/htdocs/js/steve_rest.js
index 4aa7675..47163eb 100644
--- a/pysteve/www/htdocs/js/steve_rest.js
+++ b/pysteve/www/htdocs/js/steve_rest.js
@@ -834,7 +834,7 @@ function displayElection(code, response, el) {
     if (code == 200) {
         window.setTimeout(el[2], 100, response, el);
     } else {
-        document.getElementById('preloaderWrapper').innerHTML = "<h1>Sorry, an 
error occured while fetching election data:</h1><h2>" + response.message + 
"</h2>"
+        document.getElementById('preloaderWrapper').innerHTML = "<h1>Sorry, an 
error occurred while fetching election data:</h1><h2>" + response.message + 
"</h2>"
         if (code == 403) {
             document.getElementById('preloaderWrapper').innerHTML += "<p>If 
this is an open election, you may request a voter ID sent to you by following 
<a href='/request_link.html?" + el[0] + "'>this link</a>.</p>"
         }
@@ -1353,4 +1353,4 @@ function setVoteTypes(code, response, state) {
         alert(response.message)
     }
     
-}
\ No newline at end of file
+}

Reply via email to