summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Zafman <david.zafman@inktank.com>2013-08-20 12:39:24 -0700
committerDavid Zafman <david.zafman@inktank.com>2013-09-23 11:57:10 -0700
commit0d47bf8ace9d1011e8bd2790648d4ea8ab4371f6 (patch)
tree3866f750adb48d2312d2d3fa7a76cef34597b203
parentc4bcb469adc0787b116d85aa4a78f16d30970125 (diff)
downloadceph-0d47bf8ace9d1011e8bd2790648d4ea8ab4371f6.tar.gz
os: Fix typo in comment
Signed-off-by: David Zafman <david.zafman@inktank.com>
-rw-r--r--src/os/CollectionIndex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/CollectionIndex.h b/src/os/CollectionIndex.h
index 9b1ceae8c46..9afde11b187 100644
--- a/src/os/CollectionIndex.h
+++ b/src/os/CollectionIndex.h
@@ -23,7 +23,7 @@
#include "include/object.h"
/**
- * CollectionIndex provides an interface for manipulating indexed colelctions
+ * CollectionIndex provides an interface for manipulating indexed collections
*/
class CollectionIndex {
protected: