summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/bin/stats/stats.py.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/stats/stats.py.in b/src/bin/stats/stats.py.in
index ae9938b627..2711f2d38b 100755
--- a/src/bin/stats/stats.py.in
+++ b/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)