summaryrefslogtreecommitdiff
path: root/Mac
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-11-30 10:18:45 +0000
committerMartin Panter <vadmium+py@gmail.com>2016-11-30 10:18:45 +0000
commita52b567a3f36004cc48f91feeb708548c20e57d5 (patch)
tree2753c2ef1ad7360fbd9175582a98c98634e943a2 /Mac
parent13cc67946b7fc823433af0d1d81b7a3ce6007427 (diff)
downloadcpython-git-a52b567a3f36004cc48f91feeb708548c20e57d5.tar.gz
Issue #28820: Fix spelling of “practice” as a noun
Diffstat (limited to 'Mac')
-rw-r--r--Mac/Modules/cg/CFMLateImport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Modules/cg/CFMLateImport.c b/Mac/Modules/cg/CFMLateImport.c
index 955acfb85b..4da153613f 100644
--- a/Mac/Modules/cg/CFMLateImport.c
+++ b/Mac/Modules/cg/CFMLateImport.c
@@ -894,7 +894,7 @@ static OSStatus RunRelocationEngine(const FragToFixInfo *fragToFix,
MoreAssertQ(fragToFix->sectionHeaders != nil);
MoreAssertQ(fragToFix->loaderSection != nil);
MoreAssertQ(fragToFix->section0Base != nil); // Technically, having a nil for these two is not a problem, ...
- MoreAssertQ(fragToFix->section1Base != nil); // but in practise it a wildly deviant case and we should know about it.
+ MoreAssertQ(fragToFix->section1Base != nil); // but in practice it a wildly deviant case and we should know about it.
MoreAssertQ(importLibrary != nil);
MoreAssertQ(lookup != nil);