diff options
author | Volker Lendecke <vl@samba.org> | 2010-08-15 09:43:56 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-08-15 09:45:30 +0200 |
commit | f94039a8ea9c59c481e98e53080fe37d05c883a4 (patch) | |
tree | 776e8dcad274378a666ba6d427c3e26536c55bd3 /lib | |
parent | fb274f056b85b56fec773c05329c41b72e0f7715 (diff) | |
download | samba-f94039a8ea9c59c481e98e53080fe37d05c883a4.tar.gz samba-f94039a8ea9c59c481e98e53080fe37d05c883a4.tar.bz2 samba-f94039a8ea9c59c481e98e53080fe37d05c883a4.zip |
s3: Fix a typo
Diffstat (limited to 'lib')
-rw-r--r-- | lib/tsocket/tsocket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tsocket/tsocket.h b/lib/tsocket/tsocket.h index 3aa90a93c2..3dd96664ea 100644 --- a/lib/tsocket/tsocket.h +++ b/lib/tsocket/tsocket.h @@ -83,7 +83,7 @@ struct iovec; */ /** - * @brief Get a string representaion of the endpoint. + * @brief Get a string representation of the endpoint. * * This function creates a string representation of the endpoint for debugging. * The output will look as followed: |