Thanks Kevin Cozens for a patch that:

Fixes several spelling mistakes
This commit is contained in:
BlueWall
2011-03-17 05:48:42 -04:00
parent 04e3ae3733
commit a3651eb5d0
5 changed files with 10 additions and 10 deletions

View File

@@ -90,7 +90,7 @@ namespace OpenSim.Framework
return deleted;
}
else
throw new InvalidOperationException("Cannot pop from emtpy stack");
throw new InvalidOperationException("Cannot pop from empty stack");
}
public T Peek()