diff options
author | BlueWall | 2011-03-17 05:48:42 -0400 |
---|---|---|
committer | BlueWall | 2011-03-17 05:48:42 -0400 |
commit | a3651eb5d0325807baa9a2bdc9a1bae8d413bc9f (patch) | |
tree | b034355a12c4d87410809aa19bf6015e611e1e22 /OpenSim/Framework/UndoStack.cs | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC-a3651eb5d0325807baa9a2bdc9a1bae8d413bc9f.zip opensim-SC-a3651eb5d0325807baa9a2bdc9a1bae8d413bc9f.tar.gz opensim-SC-a3651eb5d0325807baa9a2bdc9a1bae8d413bc9f.tar.bz2 opensim-SC-a3651eb5d0325807baa9a2bdc9a1bae8d413bc9f.tar.xz |
Thanks Kevin Cozens for a patch that:
Fixes several spelling mistakes
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/UndoStack.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/UndoStack.cs b/OpenSim/Framework/UndoStack.cs index 4d800ae..fde63b1 100644 --- a/OpenSim/Framework/UndoStack.cs +++ b/OpenSim/Framework/UndoStack.cs | |||
@@ -90,7 +90,7 @@ namespace OpenSim.Framework | |||
90 | return deleted; | 90 | return deleted; |
91 | } | 91 | } |
92 | else | 92 | else |
93 | throw new InvalidOperationException("Cannot pop from emtpy stack"); | 93 | throw new InvalidOperationException("Cannot pop from empty stack"); |
94 | } | 94 | } |
95 | 95 | ||
96 | public T Peek() | 96 | public T Peek() |