From: Adam Manzanares Date: Fri, 1 Mar 2013 23:49:26 +0000 (-0800) Subject: librados.hpp: replace paris with pairs X-Git-Tag: v0.59~50^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F88%2Fhead;p=ceph.git librados.hpp: replace paris with pairs Signed-off-by: Adam Manzanares Working on a lua-rados library I noticed that paris was used in the place of pairs in some comments. --- diff --git a/src/include/rados/librados.hpp b/src/include/rados/librados.hpp index fb585d09811..ccb19438bcc 100644 --- a/src/include/rados/librados.hpp +++ b/src/include/rados/librados.hpp @@ -149,7 +149,7 @@ namespace librados void assert_exists(); /** - * get key/value paris for specified keys + * get key/value pairs for specified keys * * @param assertions [in] comparison assertions * @param prval [out] place error code in prval upon completion @@ -316,7 +316,7 @@ namespace librados void omap_get_header(bufferlist *header, int *prval); /** - * get key/value paris for specified keys + * get key/value pairs for specified keys * * @param to_get [in] keys to get * @param out_vals [out] place key/value pairs found here on completion