[PATCH 01/17] Fix a typo in a comment

David Shea dshea at redhat.com
Sun Sep 21 19:36:53 UTC 2014


---
 anaconda | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/anaconda b/anaconda
index cc8aa43..0e25eda 100755
--- a/anaconda
+++ b/anaconda
@@ -1005,7 +1005,7 @@ if __name__ == "__main__":
     signal.signal(signal.SIGTERM, lambda num, frame: sys.exit(1))
 
     # synchronously-delivered signals such as SIGSEGV and SIGILL cannot be
-    # handled property from python, so install signal handlers from the C
+    # handled properly from python, so install signal handlers from the C
     # function in isys.
     isys.installSyncSignalHandlers()
 
-- 
1.9.3



More information about the anaconda-patches mailing list