Author: rinrab
Date: Wed Apr 29 19:38:44 2026
New Revision: 1933533

Log:
Typoz.

* subversion/svnbrowse/svnbrowse.c
  (format_percentage_scroll): Fix a typo.

Modified:
   subversion/trunk/subversion/svnbrowse/svnbrowse.c

Modified: subversion/trunk/subversion/svnbrowse/svnbrowse.c
==============================================================================
--- subversion/trunk/subversion/svnbrowse/svnbrowse.c   Wed Apr 29 19:37:32 
2026        (r1933532)
+++ subversion/trunk/subversion/svnbrowse/svnbrowse.c   Wed Apr 29 19:38:44 
2026        (r1933533)
@@ -486,7 +486,7 @@ format_percentage_scroll(int scroll, int
   else
     {
       /* Oops, if size and heigth perfectly line up, we would segfault to
-       * division by zero. Nope... We wouldn not. There is a check right
+       * division by zero. Nope... We would not. There is a check right
        * above. */
 
       int percentage = (scroll) * 100 / (size - height);

Reply via email to