diff options
author | Michal 'vorner' Vaner <michal.vaner@nic.cz> | 2013-02-20 09:16:02 +0100 |
---|---|---|
committer | Michal 'vorner' Vaner <michal.vaner@nic.cz> | 2013-02-20 09:16:02 +0100 |
commit | e4aaeac97a46220f8f333ae8e1e5b39611995786 (patch) | |
tree | 0e9c6bcabc842fd10260c44380badf2406b34741 /src | |
parent | [2676] Don't crash on RPCError (diff) | |
download | kea-e4aaeac97a46220f8f333ae8e1e5b39611995786.tar.xz kea-e4aaeac97a46220f8f333ae8e1e5b39611995786.zip |
[2676] Typo fix
Diffstat (limited to 'src')
-rwxr-xr-x | src/bin/stats/stats.py.in | 4 |
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) |