From 3f0e973a819cde12a44512e58682d03350f01b28 Mon Sep 17 00:00:00 2001 From: Ima Mechanique Date: Tue, 16 Jul 2013 17:33:31 +0100 Subject: [PATCH] Fixing a typo. --- trunk/SecondLife/SecondLifeMain.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/SecondLife/SecondLifeMain.cs b/trunk/SecondLife/SecondLifeMain.cs index b8a1254..e382466 100644 --- a/trunk/SecondLife/SecondLifeMain.cs +++ b/trunk/SecondLife/SecondLifeMain.cs @@ -178,7 +178,7 @@ namespace LSLEditor private vector vRegionCorner; /// - /// Parameter passed to the script on startup. + /// Parameter passed to the script on start up. /// private integer iStartParameter;