From 2f7c8e8e97ffcea52839d0a37ac0062c2daad5e0 Mon Sep 17 00:00:00 2001 From: rdb Date: Fri, 25 Dec 2015 17:00:40 +0100 Subject: [PATCH] Fix typo in error message --- panda/src/particlesystem/particleSystem.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/particlesystem/particleSystem.cxx b/panda/src/particlesystem/particleSystem.cxx index c44fd5c0f6..112b27159c 100644 --- a/panda/src/particlesystem/particleSystem.cxx +++ b/panda/src/particlesystem/particleSystem.cxx @@ -249,7 +249,7 @@ spawn_child_system(BaseParticle *bp) { if (_spawn_templates.size() == 0) { physics_cat.error() << "ParticleSystem::spawn_child_system: " - << "no spawn templates presesnt." << endl; + << "no spawn templates present." << endl; return; }