mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
Thanks Kevin Cozens for a patch that:
Fixes several spelling mistakes
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user