Fix some typos in stdout output

Change-Id: I0dbb438f3bfbaf9744717cbeec31ceefdd679ee9
Related: OS#1694
diff --git a/openbsc/src/ipaccess/ipaccess-config.c b/openbsc/src/ipaccess/ipaccess-config.c
index 0a9dfc8..0c3f888 100644
--- a/openbsc/src/ipaccess/ipaccess-config.c
+++ b/openbsc/src/ipaccess/ipaccess-config.c
@@ -802,11 +802,11 @@
 static void print_help(void)
 {
 #if 0
-	printf("Commmands for reading from the BTS:\n");
+	printf("Commands for reading from the BTS:\n");
 	printf("  -D --dump\t\t\tDump the BTS configuration\n");
 	printf("\n");
 #endif
-	printf("Commmands for writing to the BTS:\n");
+	printf("Commands for writing to the BTS:\n");
 	printf("  -u --unit-id UNIT_ID\t\tSet the Unit ID of the BTS\n");
 	printf("  -o --oml-ip IP\t\tSet primary OML IP (IP of your BSC)\n");
 	printf("  -i --ip-address IP/MASK\tSet static IP address + netmask of BTS\n");