Skip to content

Commit

Permalink
Merge pull request #2566 from sergey-safarov/master
Browse files Browse the repository at this point in the history
lost: fixed typo
  • Loading branch information
miconda committed Nov 30, 2020
2 parents 6c18df1 + 124499c commit 60cf450
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/lost/doc/lost_admin.xml
Expand Up @@ -168,7 +168,7 @@
<title>Set <varname>location_type</varname> parameter</title>
<programlisting format="linespecific">
...
modparam("http_client", "location_type, "civic geodetic locationURI")
modparam("lost", "location_type, "civic geodetic locationURI")
...
</programlisting>
</example>
Expand Down Expand Up @@ -228,7 +228,7 @@ $var(id) = "sip:alice@atlanta";
$var(res) = lost_held_query("heldsrv", "$var(id)" , "$var(pidf)", "$var(url)", "$var(err)");
xlog("L_INFO", "HELD locationRequest: Result code $var(res)\nUrl: $var(url)\n$var(pidf)");
...
$var(res) = lost_held_query("heldsrv", "$var(pidf)", "$var(url)"", "$var(err)");
$var(res) = lost_held_query("heldsrv", "$var(pidf)", "$var(url)", "$var(err)");
xlog("L_INFO", "HELD locationRequest: Result code $var(res)\nUrl: $var(url)\n$var(pidf)\n");
...
</programlisting>
Expand Down

0 comments on commit 60cf450

Please sign in to comment.