]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fixed typo spotted by Whomas Touters.
authorJack Jansen <jack.jansen@cwi.nl>
Tue, 10 Sep 2002 20:07:34 +0000 (20:07 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Tue, 10 Sep 2002 20:07:34 +0000 (20:07 +0000)
Mac/Include/getapplbycreator.h

index 535be160579bfec2195dbf9aa415effce233f2b2..48c04e5e1164c73c9f6a1b63f07111ac47fbed20 100644 (file)
@@ -22,7 +22,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
 ******************************************************************/
 #ifndef Py_GETAPPLBYCREATOR_H
-#define Py_GETALLPBYCREATOR_H
+#define Py_GETAPPLBYCREATOR_H
 
 #ifdef WITHOUT_FRAMEWORKS
 #include <Types.h>