]> granicus.if.org Git - python/commitdiff
fix typo in c++ ifdef
authorBenjamin Peterson <benjamin@python.org>
Wed, 12 Aug 2009 18:11:03 +0000 (18:11 +0000)
committerBenjamin Peterson <benjamin@python.org>
Wed, 12 Aug 2009 18:11:03 +0000 (18:11 +0000)
Modules/socketmodule.h

index ee525153fb8a7f48482f5755ca3c53f192960dda..65bc8ad52b7b69e8ff6904a0af15de8b4bf7b7e8 100644 (file)
@@ -192,7 +192,7 @@ typedef struct {
 
 #define PySocketModule_ImportModuleAndAPI() PyCapsule_Import(PySocket_CAPSULE_NAME, 1)
 
-#ifdef __cpluplus
+#ifdef __cplusplus
 }
 #endif
 #endif /* !Py__SOCKET_H */