summaryrefslogtreecommitdiff
path: root/inc/libs3.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/libs3.h')
-rw-r--r--inc/libs3.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/inc/libs3.h b/inc/libs3.h
index 5b0ccdd..081885b 100644
--- a/inc/libs3.h
+++ b/inc/libs3.h
@@ -37,9 +37,9 @@
* - To provide a simple and straightforward API for accessing all of S3's
* functionality
* - To not require the developer using libs3 to need to know anything about:
- * - HTTP
- * - XML
- * - SSL
+ * - HTTP
+ * - XML
+ * - SSL
* In other words, this API is meant to stand on its own, without requiring
* any implicit knowledge of how S3 services are accessed using HTTP
* protocols.