Skip to content

Commit

Permalink
Transports/UAN: fixed typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmartins committed Aug 17, 2016
1 parent 4088337 commit 4d9deef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Transports/UAN/Task.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,9 @@ namespace Transports
.defaultValue("false")
.description("In this mode, the USBL node does not request ranging information."
" Thus, with this mode enabled, there's only a two-way travel"
" transmission between the node aand the USBL modem. The node will"
" transmission between the node and the USBL modem. The node will"
" actively ping the modem to get bearing/elevation information"
" With thismode enabled \"Absolute Fix\" argument is ignored");
" With this mode enabled \"Absolute Fix\" argument is ignored");

param("USBL Modem -- Announce Service", m_args.usbl_announce)
.defaultValue("false")
Expand Down

0 comments on commit 4d9deef

Please sign in to comment.