summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2008-12-26 15:15:23 +0000
committerOthmar Gsenger <otti@anytun.org>2008-12-26 15:15:23 +0000
commit428ae98197b18336a7d8b15551cdbd587cdbce64 (patch)
tree94755cf174704fe84de99233f864dd883ed18fa6
parentsome documentation (diff)
typo in help
-rw-r--r--src/anytun.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/anytun.cpp b/src/anytun.cpp
index 50f2437..426c500 100644
--- a/src/anytun.cpp
+++ b/src/anytun.cpp
@@ -431,7 +431,7 @@ int main(int argc, char* argv[])
std::cout << "anytun won't be able to send any data"<< std::endl;
std::cout << "most likely you want to add --route 0.0.0.0/0 --route ::/0"<< std::endl;
std::cout << "to your command line to allow both ipv4 and ipv6 traffic"<< std::endl;
- std::cout << "(this does not set operation system routes, use the post-up script"<< std::endl;
+ std::cout << "(this does not set operating system routes, use the post-up script"<< std::endl;
std::cout << " to set them)"<< std::endl;
return -1;
}