ovs-monitor-ipsec: Fix typo in comment.
authorBen Pfaff <blp@nicira.com>
Thu, 22 Sep 2011 23:08:46 +0000 (16:08 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 23 Sep 2011 16:10:43 +0000 (09:10 -0700)
debian/ovs-monitor-ipsec

index a9af8ec..019da23 100755 (executable)
@@ -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.