Fixed spelling error (availble -> available)

This commit is contained in:
Kevin Cozens
2018-11-14 18:16:52 -05:00
parent 06fef1569b
commit 54b4e7a3e3
2 changed files with 5 additions and 5 deletions

View File

@@ -84,7 +84,7 @@ namespace OpenSim.Server.Base
HandleConsoleListAvailablePlugin);
// List available updates
MainConsole.Instance.Commands.AddCommand("Plugin", true,
"plugin updates", "plugin updates","List availble updates",
"plugin updates", "plugin updates","List available updates",
HandleConsoleListUpdates);
// Update plugin
@@ -356,4 +356,4 @@ namespace OpenSim.Server.Base
}
#endregion
}
}
}