Skip to content

Commit

Permalink
Fix typo in parameter descriptions
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Hursey <[email protected]>
(cherry picked from commit 70fd1f4)
  • Loading branch information
jjhursey committed Dec 14, 2020
1 parent 9da1c09 commit 4a24de5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Chap_API_Server.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3692,7 +3692,7 @@ \subsection{\code{pmix_server_job_control_fn_t}}
\argin{ntargets}{Number of elements in the \refarg{targets} array (integer)}
\argin{directives}{Array of info structures (array of handles)}
\argin{ndirs}{Number of elements in the \refarg{info} array (integer)}
\argin{cbfunc}{Callback function \refapi{pmix_op_cbfunc_t} (function reference)}
\argin{cbfunc}{Callback function \refapi{pmix_info_cbfunc_t} (function reference)}
\argin{cbdata}{Data to be passed to the callback function (memory reference)}
\end{arglist}

Expand Down Expand Up @@ -3783,7 +3783,7 @@ \subsection{\code{pmix_server_monitor_fn_t}}
\argin{error}{Status code to use in generating event if alarm triggers (integer)}
\argin{directives}{Array of info structures (array of handles)}
\argin{ndirs}{Number of elements in the \refarg{info} array (integer)}
\argin{cbfunc}{Callback function \refapi{pmix_op_cbfunc_t} (function reference)}
\argin{cbfunc}{Callback function \refapi{pmix_info_cbfunc_t} (function reference)}
\argin{cbdata}{Data to be passed to the callback function (memory reference)}
\end{arglist}

Expand Down

0 comments on commit 4a24de5

Please sign in to comment.