diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-04-19 04:03:41 +0000 |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-04-19 04:03:41 +0000 |
commit | 8f26565ba9e3d32f6c953b04c1b9f9d13c2e1818 (patch) | |
tree | 6ed1a5aaa6ede819ec672beae759c18f6d428121 /Programs | |
parent | 0d88c652318c4c5eed77fd2e78e9e955ffa5c8d1 (diff) | |
download | cpython-git-8f26565ba9e3d32f6c953b04c1b9f9d13c2e1818.tar.gz |
Fix spelling (inital), grammar (may translates) in documentation, comments
Diffstat (limited to 'Programs')
-rw-r--r-- | Programs/_testembed.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Programs/_testembed.c b/Programs/_testembed.c index 39ff0977c8..ab6a8c7507 100644 --- a/Programs/_testembed.c +++ b/Programs/_testembed.c @@ -17,7 +17,7 @@ static void _testembed_Py_Initialize(void) /***************************************************** - * Test repeated initalisation and subinterpreters + * Test repeated initialisation and subinterpreters *****************************************************/ static void print_subinterp(void) |