summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorBryan Ischo <bryan@ischo.com>2008-08-05 10:46:21 +0000
committerBryan Ischo <bryan@ischo.com>2008-08-05 10:46:21 +0000
commitf791d91f13b1105ef2c70df385120e52dae4b7c7 (patch)
tree1ba2554e39771b62c62adebc2ae063d07b43f2e0 /inc
parent43eb0fe5069da73af2074aa33a56f1a5c9de31b1 (diff)
downloadceph-libs3-f791d91f13b1105ef2c70df385120e52dae4b7c7.tar.gz
* Improve build system
* Add libs3.spec for building RPMs
Diffstat (limited to 'inc')
-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.