Skip to content

Commit

Permalink
dlgs: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyanpalauzov authored and miconda committed Dec 28, 2022
1 parent 8095867 commit b3e1b3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/modules/dlgs/dlgs_records.c
Expand Up @@ -1249,7 +1249,7 @@ static void dlgs_rpc_get(rpc_t *rpc, void *ctx)
}

static const char *dlgs_rpc_getall_doc[2] = {
"Get the all dlgs records by filter",
"Get all the dlgs records by filter",
0
};

Expand Down
2 changes: 1 addition & 1 deletion src/modules/dlgs/doc/dlgs_admin.xml
Expand Up @@ -68,7 +68,7 @@
<title><varname>active_lifetime</varname> (int)</title>
<para>
The lifetime in seconds of an active dialog in memory. A dialog is
considered active after the ACK of 200OK for INVITE.
considered active after the ACK of 200 OK for INVITE.
</para>
<para>
<emphasis>
Expand Down

0 comments on commit b3e1b3b

Please sign in to comment.