diff options
author | Adam Manzanares <nmtadam@gmail.com> | 2013-03-01 15:49:26 -0800 |
---|---|---|
committer | Adam Manzanares <nmtadam@gmail.com> | 2013-03-01 15:49:26 -0800 |
commit | e01c15b23cfb192e76a6038ec79825d3590b4a97 (patch) | |
tree | aa621d0cf09847780a1afb750f32b5131967e164 | |
parent | d5ec9cad4afe32f8dec585f7f2b9e521c110631d (diff) | |
download | ceph-e01c15b23cfb192e76a6038ec79825d3590b4a97.tar.gz |
librados.hpp: replace paris with pairs
Signed-off-by: Adam Manzanares <nmtadam@gmail.com>
Working on a lua-rados library I noticed that paris was used
in the place of pairs in some comments.
-rw-r--r-- | src/include/rados/librados.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
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 |