summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2010-04-13 20:07:11 +0200
committerKarolin Seeger <kseeger@samba.org>2010-04-13 20:07:11 +0200
commitfce533e3bed54e8b6255142f97d6b2a5ecf5f18d (patch)
treee3ec1681b7d8b9a7f46acf5431d42561dde55936 /examples
parent6389fac6db2f54d148222009b5e209cef5c6bdd7 (diff)
downloadsamba-fce533e3bed54e8b6255142f97d6b2a5ecf5f18d.tar.gz
samba-fce533e3bed54e8b6255142f97d6b2a5ecf5f18d.tar.bz2
samba-fce533e3bed54e8b6255142f97d6b2a5ecf5f18d.zip
examples: Fix typo in comment.
Karolin
Diffstat (limited to 'examples')
-rw-r--r--examples/libsmbclient/teststat2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/libsmbclient/teststat2.c b/examples/libsmbclient/teststat2.c
index d1cdf28501..b5e6b437c5 100644
--- a/examples/libsmbclient/teststat2.c
+++ b/examples/libsmbclient/teststat2.c
@@ -8,7 +8,7 @@
/*
* This test is intended to ensure that the timestamps returned by
* libsmbclient are the same as timestamps returned by the local system. To
- * test this, we assume a working Samba environment, and and access the same
+ * test this, we assume a working Samba environment, and access the same
* file via SMB and locally (or NFS).
*
*/