diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2012-03-12 19:36:51 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2012-03-13 14:53:06 +0100 |
commit | 85f128e8f3b8cd86926dc9097e96c31b66ab0f61 (patch) | |
tree | 38cc77ecbde0de83ae4f6575c520923fb77fb64d /source4 | |
parent | 58b205d48690498e3595ba16bb5521efcaa83ad4 (diff) | |
download | samba-85f128e8f3b8cd86926dc9097e96c31b66ab0f61.tar.gz samba-85f128e8f3b8cd86926dc9097e96c31b66ab0f61.tar.bz2 samba-85f128e8f3b8cd86926dc9097e96c31b66ab0f61.zip |
nbench: Fix typo.
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Tue Mar 13 14:53:07 CET 2012 on sn-devel-104
Diffstat (limited to 'source4')
-rw-r--r-- | source4/torture/nbench/nbench.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/nbench/nbench.c b/source4/torture/nbench/nbench.c index 71a319f1fa..3258e1915d 100644 --- a/source4/torture/nbench/nbench.c +++ b/source4/torture/nbench/nbench.c @@ -66,7 +66,7 @@ static bool run_netbench(struct torture_context *tctx, struct smbcli_state *cli, int n = 0; if (target_rate != 0 && client == 0) { - printf("Targetting %.4f MByte/sec\n", target_rate); + printf("Targeting %.4f MByte/sec\n", target_rate); } nb_setup(cli, client); |