Skip to content

Commit

Permalink
Typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueAndi committed Aug 26, 2015
1 parent b43abab commit 10ecab7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ period time in ms as parameter, e.g. vscp\_timer\_process(1000);

Call the timer processing routine equal or lower than 1 s.

Note, that never all vscp\_process() with a lower period, than vscp\_timer\_process(). Because vscp\_process() reacts
Note, that never call vscp\_process() with a lower period, than vscp\_timer\_process(). Because vscp\_process() reacts
on timer timeouts and vscp\_timer\_process() decrease only the timers, but doesn't do more.

###VSCP transport adaption
Expand Down
2 changes: 1 addition & 1 deletion vscp/doc/doxfiles/mainpage.dox
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ period time in ms as parameter, e.g. vscp_timer_process(1000);

Call the timer processing routine equal or lower than 1 s.

Note, that never all vscp_process() with a lower period, than vscp_timer_process(). Because vscp_process() reacts
Note, that never call vscp_process() with a lower period, than vscp_timer_process(). Because vscp_process() reacts
on timer timeouts and vscp_timer_process() decrease only the timers, but doesn't do more.

@subsection tp_adapter VSCP transport adaption
Expand Down

0 comments on commit 10ecab7

Please sign in to comment.