From bf051ff18bf1371461851622504a892a91e05486 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 27 May 2019 14:51:39 -0700 Subject: [PATCH] Fixed typo --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index 9364afeb..372a807e 100755 --- a/build.py +++ b/build.py @@ -786,7 +786,7 @@ def checkCompiler(quiet=False): # we'll need to make this a little smarter about what flag (if any) # needs to be used. # - # NOTE 2: SIP chenged its output such that this doesn't appear to be + # NOTE 2: SIP changed its output such that this doesn't appear to be # needed anymore, but we'll leave the code in place to make it easy to # turn it back on again if/when needed. if False and not isWindows and not isDarwin: