summaryrefslogtreecommitdiff
path: root/source4/torture/nbench
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2012-03-12 19:36:51 +0100
committerJelmer Vernooij <jelmer@samba.org>2012-03-13 14:53:06 +0100
commit85f128e8f3b8cd86926dc9097e96c31b66ab0f61 (patch)
tree38cc77ecbde0de83ae4f6575c520923fb77fb64d /source4/torture/nbench
parent58b205d48690498e3595ba16bb5521efcaa83ad4 (diff)
downloadsamba-85f128e8f3b8cd86926dc9097e96c31b66ab0f61.tar.gz
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/torture/nbench')
-rw-r--r--source4/torture/nbench/nbench.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/nbench/nbench.c b/source4/torture/nbench/nbench.c
index 71a319f1fad..3258e1915d5 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);