summaryrefslogtreecommitdiff
path: root/debian/patches/accommodate_typo.patch
blob: f3ffeaa5d9d9fbcd8171c61d73967afaa4a772f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Simple spelling fix
Author: Alberto Gonzalez Iniesta <agi@inittab.org>
Index: openvpn/src/openvpn/occ.c
===================================================================
--- openvpn.orig/src/openvpn/occ.c	2012-11-05 16:29:30.284804762 +0100
+++ openvpn/src/openvpn/occ.c	2012-11-05 16:49:06.630637944 +0100
@@ -379,7 +379,7 @@
 	      && c->c2.max_send_size_local > TUN_MTU_MIN
 	      && (c->c2.max_recv_size_remote < c->c2.max_send_size_local
 		  || c->c2.max_recv_size_local < c->c2.max_send_size_remote))
-	    msg (M_INFO, "NOTE: This connection is unable to accomodate a UDP packet size of %d. Consider using --fragment or --mssfix options as a workaround.",
+	    msg (M_INFO, "NOTE: This connection is unable to accommodate a UDP packet size of %d. Consider using --fragment or --mssfix options as a workaround.",
 		 c->c2.max_send_size_local);
 	}
       event_timeout_clear (&c->c2.occ_mtu_load_test_interval);