From: Ben Pfaff Date: Thu, 22 Sep 2011 23:08:46 +0000 (-0700) Subject: ovs-monitor-ipsec: Fix typo in comment. X-Git-Tag: v1.3.0~243 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=215d7280e4068ba3f2ce1efd5a8f5dede4055423;p=sliver-openvswitch.git ovs-monitor-ipsec: Fix typo in comment. --- 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.