From: David Zafman Date: Wed, 3 Apr 2013 00:51:40 +0000 (-0700) Subject: Fix comment typos X-Git-Tag: v0.62~100^2~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=edc46a7fbbf1a88589adda481877e40f8ae848e0;p=ceph.git Fix comment typos Signed-off-by: David Zafman --- diff --git a/src/include/rados/librados.hpp b/src/include/rados/librados.hpp index dcb540801e6..f0273816235 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. */