Typo fix in doc/TIPS.md

This commit is contained in:
Heikki Hannikainen 2012-10-04 10:13:31 +03:00
parent ad126901da
commit 545b60a815
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,3 @@
aprsc tricks and tips
=====================
@ -7,7 +6,7 @@ Providing access on low TCP ports (like 23)
----------------------------------------------
For security reasons aprsc drops root privileges as soon as possible after
starting up (if it ever had the in the first place). Listening on
starting up (if it ever had them in the first place). Listening on
privileged "low" ports below 1024 normally requires root privileges, which
aprsc no longer has when it comes to the point where it would start binding
those ports.