From c89d33193f063852bd0eaaf6e186054d0b283ab5 Mon Sep 17 00:00:00 2001 From: Jonathan Lifflander Date: Mon, 22 Jun 2020 10:15:12 -0700 Subject: [PATCH] #672: docs: fix typo: 'whether' -> 'whereever' --- src/vt/vrt/collection/manager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vt/vrt/collection/manager.h b/src/vt/vrt/collection/manager.h index 2e8c1f0334..936e880a3e 100644 --- a/src/vt/vrt/collection/manager.h +++ b/src/vt/vrt/collection/manager.h @@ -1569,7 +1569,7 @@ struct CollectionManager /** * \internal \brief Dynamically insert an element or send a message to mapped * node to insert. If the \c node parameter is set, ignore the mapped node and - * insert whether specified by the user + * insert wherever specified by the user * * \param[in] proxy the collection proxy * \param[in] idx the index to insert