From f40abc493a34ce959bdc55d4e52b5381083935b6 Mon Sep 17 00:00:00 2001
From: BlueWall
Date: Sat, 20 Apr 2013 11:54:05 -0400
Subject: Small fix to prebuild xml for building with mono tools
---
prebuild.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/prebuild.xml b/prebuild.xml
index 2d35529..29d7c90 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -1635,7 +1635,7 @@
-
+
--
cgit v1.1
From 855c88a9c0f419566ad63e440c0696dabf32313f Mon Sep 17 00:00:00 2001
From: BlueWall
Date: Sat, 20 Apr 2013 11:57:11 -0400
Subject: Fix spelling
---
bin/Robust.ini.example | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example
index d932ce7..b98132e 100644
--- a/bin/Robust.ini.example
+++ b/bin/Robust.ini.example
@@ -18,13 +18,13 @@
; Set path to directory for plugin registry. Information
; about the registered repositories and installed plugins
; will be stored here
- ; The Robust.exe process must hvae R/W access to the location
+ ; The Robust.exe process must have R/W access to the location
RegistryLocation = "."
; Modular configurations
; Set path to directory for modular ini files...
- ; The Robust.exe process must hvae R/W access to the location
+ ; The Robust.exe process must have R/W access to the location
ConfigDirectory = "/home/opensim/etc/Configs"
[ServiceList]
--
cgit v1.1