minor meaningless changes

This commit is contained in:
Jeff Ames
2007-12-03 07:26:27 +00:00
parent c8faccb396
commit 4c0ddacc16
4 changed files with 34 additions and 51 deletions

View File

@@ -177,7 +177,7 @@ namespace OpenSim.Framework.Communications
}
/// <summary>
/// Build a Uri based on the intial Url, path elements and parameters
/// Build a Uri based on the initial Url, path elements and parameters
/// </summary>
/// <returns>fully constructed Uri</returns>
private Uri buildUri()
@@ -250,7 +250,7 @@ namespace OpenSim.Framework.Communications
}
/// <summary>
/// Async method, invoked when the intial response if received from the server
/// Async method, invoked when the initial response if received from the server
/// </summary>
/// <param name="ar"></param>
private void ResponseIsReadyDelegate(IAsyncResult ar)