diff --git a/Programs/GridProxy/Plugins/ClientAO.cs b/Programs/GridProxy/Plugins/ClientAO.cs index ba0a397e..30203e2c 100644 --- a/Programs/GridProxy/Plugins/ClientAO.cs +++ b/Programs/GridProxy/Plugins/ClientAO.cs @@ -259,7 +259,7 @@ public class ClientAO : ProxyPlugin public void RequestFolderContents(UUID folder, bool folders, bool items, InventorySortOrder order) { - //empty the dictionnary containing current folder items by name + //empty the dictionary containing current folder items by name currentFolderItems = new Dictionary(); //reset the number of descendants received nbdescendantsreceived = 0; diff --git a/Programs/examples/TestClient/Commands/Inventory/ViewNotecardCommand.cs b/Programs/examples/TestClient/Commands/Inventory/ViewNotecardCommand.cs index caa4ac66..8936b511 100644 --- a/Programs/examples/TestClient/Commands/Inventory/ViewNotecardCommand.cs +++ b/Programs/examples/TestClient/Commands/Inventory/ViewNotecardCommand.cs @@ -16,7 +16,7 @@ namespace OpenMetaverse.TestClient } /// - /// Exectute the command + /// Execute the command /// /// ///