From f94039a8ea9c59c481e98e53080fe37d05c883a4 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 15 Aug 2010 09:43:56 +0200 Subject: [PATCH] s3: Fix a typo --- lib/tsocket/tsocket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tsocket/tsocket.h b/lib/tsocket/tsocket.h index 3aa90a93c29..3dd96664eaa 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: -- 2.34.1