Browse Source

Fix typo: "Pythong" -> "Python" ;-)

rdb 16 years ago
parent
commit
3f987b530f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/plugin/p3dReferenceCount.h

+ 1 - 1
direct/src/plugin/p3dReferenceCount.h

@@ -21,7 +21,7 @@
 //       Class : P3DReferenceCount
 //       Class : P3DReferenceCount
 // Description : A base class for reference-counted objects in this
 // Description : A base class for reference-counted objects in this
 //               module.  We follow the Panda convention, rather than
 //               module.  We follow the Panda convention, rather than
-//               the Pythong convention: the reference count of a new
+//               the Python convention: the reference count of a new
 //               object is initially 0.
 //               object is initially 0.
 ////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////
 class P3DReferenceCount {
 class P3DReferenceCount {