Browse Source

Fix typo in error message

rdb 10 years ago
parent
commit
2f7c8e8e97
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/particlesystem/particleSystem.cxx

+ 1 - 1
panda/src/particlesystem/particleSystem.cxx

@@ -249,7 +249,7 @@ spawn_child_system(BaseParticle *bp) {
 
 
   if (_spawn_templates.size() == 0) {
   if (_spawn_templates.size() == 0) {
     physics_cat.error() << "ParticleSystem::spawn_child_system: "
     physics_cat.error() << "ParticleSystem::spawn_child_system: "
-                        << "no spawn templates presesnt." << endl;
+                        << "no spawn templates present." << endl;
     return;
     return;
   }
   }