Browse Source

[2676] Typo fix

Michal 'vorner' Vaner 12 years ago
parent
commit
e4aaeac97a
1 changed files with 2 additions and 2 deletions
  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(
             cmd = isc.config.ccsession.create_command(
                 "getstats", None) # no argument
                 "getstats", None) # no argument
             # Not using rpc_call here. We first send a bunch of commands, then
             # 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.
             # this, though the future rpc_call_async could.
             seq = self.cc_session.group_sendmsg(cmd, module_name,
             seq = self.cc_session.group_sendmsg(cmd, module_name,
                                                 want_answer=True)
                                                 want_answer=True)