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

@@ -83,7 +83,7 @@ namespace OpenSim.Framework.Servers.HttpServer
/// <summary>
/// Regular expression used to match against path of the
/// incoming HTTP request. If you want to match any string
/// either use '.*' or null. To match on the emtpy string use
/// either use '.*' or null. To match on the empty string use
/// '^$'.
/// </summary>
public virtual Regex Path