[tor-commits] [metrics-web/master] Fix two typos spotted by iwakeh.

karsten at torproject.org karsten at torproject.org
Tue Jul 19 10:04:11 UTC 2016


commit be233ec97068fec7c0ff448d3e1fe3643157e186
Author: Karsten Loesing <karsten.loesing at gmx.net>
Date:   Tue Jul 19 11:45:18 2016 +0200

    Fix two typos spotted by iwakeh.
    
    Found in old code while reviewing new code for #19544.
---
 modules/clients/init-userstats.sql | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/clients/init-userstats.sql b/modules/clients/init-userstats.sql
index ea6edec..a86cabf 100644
--- a/modules/clients/init-userstats.sql
+++ b/modules/clients/init-userstats.sql
@@ -341,7 +341,7 @@ BEGIN
           WHERE id = last_id;
 
       -- If the new entry ends right when an existing entry starts and
-      -- there's no gap between when the previousl processed entry ends
+      -- there's no gap between when the previously processed entry ends
       -- and when the new entry starts, merge the new entry with the other
       -- two entries.  This happens by deleting the previous entry and
       -- expanding the subsequent entry to cover all three entries.
@@ -506,7 +506,7 @@ BEGIN
     WHERE aggregated.date = aggregated_bytes_responses.date
     AND aggregated.node = aggregated_bytes_responses.node;
 
-  -- Update results based on notes reporting responses but no bytes.
+  -- Update results based on nodes reporting responses but no bytes.
   UPDATE aggregated
     SET nrh = aggregated_responses_bytes.nrh
     FROM (





More information about the tor-commits mailing list