From edc46a7fbbf1a88589adda481877e40f8ae848e0 Mon Sep 17 00:00:00 2001 From: David Zafman Date: Tue, 2 Apr 2013 17:51:40 -0700 Subject: [PATCH] Fix comment typos Signed-off-by: David Zafman --- src/include/rados/librados.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/include/rados/librados.hpp b/src/include/rados/librados.hpp index dcb540801e65..f02738162359 100644 --- a/src/include/rados/librados.hpp +++ b/src/include/rados/librados.hpp @@ -111,7 +111,7 @@ namespace librados }; /* - * ObjectOperation : compount object operation + * ObjectOperation : compound object operation * Batch multiple object operations into a single request, to be applied * atomically. */ @@ -174,7 +174,7 @@ namespace librados }; /* - * ObjectWriteOperation : compount object write operation + * ObjectWriteOperation : compound object write operation * Batch multiple object operations into a single request, to be applied * atomically. */ @@ -236,7 +236,7 @@ namespace librados }; /* - * ObjectReadOperation : compount object operation that return value + * ObjectReadOperation : compound object operation that return value * Batch multiple object operations into a single request, to be applied * atomically. */ -- 2.47.3