From 215d7280e4068ba3f2ce1efd5a8f5dede4055423 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Thu, 22 Sep 2011 16:08:46 -0700 Subject: [PATCH] ovs-monitor-ipsec: Fix typo in comment. --- debian/ovs-monitor-ipsec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/ovs-monitor-ipsec b/debian/ovs-monitor-ipsec index a9af8eca5..019da232a 100755 --- a/debian/ovs-monitor-ipsec +++ b/debian/ovs-monitor-ipsec @@ -136,7 +136,7 @@ path certificate "%s"; def reload(self): exitcode = subprocess.call(["/etc/init.d/racoon", "reload"]) if exitcode != 0: - # Racoon is finicky about it's configuration file and will + # Racoon is finicky about its configuration file and will # refuse to start if it sees something it doesn't like # (e.g., a certificate file doesn't exist). Try restarting # the process before giving up. -- 2.43.0