Skip to content

Commit

Permalink
mqueue: fix typo in variable name documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mslehto committed Jun 11, 2018
1 parent 21c219b commit 9ba37fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/mqueue/doc/mqueue_admin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ xlog("L_INFO", "Size of queue is: $var(q_size)\n");
<title>Exported Variables</title>
<itemizedlist>
<listitem>
<emphasis>$mqv(mqueue)</emphasis> - the most recent item key fetched from the specified mqueue
<emphasis>$mqk(mqueue)</emphasis> - the most recent item key fetched from the specified mqueue
</listitem>
<listitem>
<emphasis>$mqv(mqueue)</emphasis> - the most recent item value fetched from the specified mqueue
Expand Down

0 comments on commit 9ba37fd

Please sign in to comment.