Grammar fix for the previous commit
[privoxy.git] / w32log.c
index 7372136..bc795de 100644 (file)
--- a/w32log.c
+++ b/w32log.c
@@ -949,7 +949,7 @@ void OnLogCommand(int nCommand)
          log_error(LOG_LEVEL_INFO,
             "Now toggled %s", global_toggle_state ? "ON" : "OFF");
          /*
-          * Overload TIMER_ANIMSTOP_ID to set the idle icon through the
+          * Leverage TIMER_ANIMSTOP_ID to set the idle icon through the
           * "application queue". According to MSDN, 10 milliseconds are
           * the lowest value possible and seem to be close enough to
           * "instantly".