From 4c0ddacc160f3c25343eba73d2c2b026dfbbf67d Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Mon, 3 Dec 2007 07:26:27 +0000 Subject: minor meaningless changes --- OpenSim/Framework/Communications/RestClient/RestClient.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenSim/Framework/Communications/RestClient') diff --git a/OpenSim/Framework/Communications/RestClient/RestClient.cs b/OpenSim/Framework/Communications/RestClient/RestClient.cs index acb3fd4..7a23e78 100644 --- a/OpenSim/Framework/Communications/RestClient/RestClient.cs +++ b/OpenSim/Framework/Communications/RestClient/RestClient.cs @@ -177,7 +177,7 @@ namespace OpenSim.Framework.Communications } /// - /// Build a Uri based on the intial Url, path elements and parameters + /// Build a Uri based on the initial Url, path elements and parameters /// /// fully constructed Uri private Uri buildUri() @@ -250,7 +250,7 @@ namespace OpenSim.Framework.Communications } /// - /// Async method, invoked when the intial response if received from the server + /// Async method, invoked when the initial response if received from the server /// /// private void ResponseIsReadyDelegate(IAsyncResult ar) -- cgit v1.1