@@ -139,7 +139,7 @@ OPAL_DECLSPEC void opal_argv_free(char **argv);
139139 * @retval argv pointer to new argv array on success
140140 * @retval NULL on error
141141 *
142- * All strings are insertted into the argv array by value; the
142+ * All strings are inserted into the argv array by value; the
143143 * newly-allocated array makes no references to the src_string
144144 * argument (i.e., it can be freed after calling this function
145145 * without invalidating the output argv).
@@ -156,7 +156,7 @@ OPAL_DECLSPEC char **opal_argv_split(const char *src_string, int delimiter) __o
156156 * @retval argv pointer to new argv array on success
157157 * @retval NULL on error
158158 *
159- * All strings are insertted into the argv array by value; the
159+ * All strings are inserted into the argv array by value; the
160160 * newly-allocated array makes no references to the src_string
161161 * argument (i.e., it can be freed after calling this function
162162 * without invalidating the output argv).
@@ -259,7 +259,7 @@ OPAL_DECLSPEC int opal_argv_delete(int *argc, char ***argv,
259259 * @retval OPAL_BAD_PARAM if any parameters are non-sensical
260260 *
261261 * This function takes one arg and inserts it in the middle of
262- * another. The first token in source will be insertted at index
262+ * another. The first token in source will be inserted at index
263263 * start in the target argv; all other tokens will follow it.
264264 * Similar to opal_argv_append(), the target may be realloc()'ed
265265 * to accomodate the new storage requirements.
0 commit comments