Parcourir la source

[2676] Typo fix

Michal 'vorner' Vaner il y a 12 ans
Parent
commit
e4aaeac97a
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/bin/stats/stats.py.in

+ 2 - 2
src/bin/stats/stats.py.in

@@ -300,8 +300,8 @@ class Stats:
             cmd = isc.config.ccsession.create_command(
                 "getstats", None) # no argument
             # Not using rpc_call here. We first send a bunch of commands, then
-            # collect all the answers. This eliminates some of the round-time
-            # trips. Unfortunately, rpc_call is not flexible enough to allow
+            # collect all the answers. This eliminates some of the round-trip
+            # times. Unfortunately, rpc_call is not flexible enough to allow
             # this, though the future rpc_call_async could.
             seq = self.cc_session.group_sendmsg(cmd, module_name,
                                                 want_answer=True)