Formatting cleanup.

This commit is contained in:
Jeff Ames
2008-05-14 05:11:23 +00:00
parent eff470c0de
commit c995d60d37
62 changed files with 283 additions and 291 deletions

View File

@@ -1333,7 +1333,7 @@ namespace OpenSim.Grid.ScriptEngine.DotNetEngine.Compiler
if (chunk.Count > 0)
tmp.Add(chunk);
// Decreate (<- what kind of word is that? :D ) array back into a list
// Decreate (<- what kind of word is that? :D) array back into a list
int rnd;
List<string> ret = new List<string>();
while (tmp.Count > 0)