diff options
author | Stijn Buys <ingar@osirion.org> | 2011-02-24 21:44:57 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2011-02-24 21:44:57 +0000 |
commit | df77c743df304c644bebc321fc173125528a8d67 (patch) | |
tree | 45765b14f35b8f9d7a8ecd3472b8c9729ff84373 /src/render | |
parent | b349294408a6f82bb5a5687a0672e8f04d4d681f (diff) |
Applied Thorn's unknown spelling purification patch.
Diffstat (limited to 'src/render')
-rw-r--r-- | src/render/particles.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/particles.cc b/src/render/particles.cc index 2e65449..b772f56 100644 --- a/src/render/particles.cc +++ b/src/render/particles.cc @@ -211,7 +211,7 @@ ParticleScript *ParticleScript::load(const std::string &label) continue; } else { - inifile.unkown_key(); + inifile.unknown_key(); } } } |