diff options
author | SignpostMarv | 2012-10-23 15:29:40 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-10-26 02:08:00 +0100 |
commit | 18b1ee6f379f4d34f72a9056bf6cdf185311fd05 (patch) | |
tree | d66d2e8f14594d22d2ea5197fa00ee3475b8755a /OpenSim/Region/Framework/Interfaces | |
parent | minor: Add comment as to why we are pulcking plain old ints out of the LSL_Li... (diff) | |
download | opensim-SC_OLD-18b1ee6f379f4d34f72a9056bf6cdf185311fd05.zip opensim-SC_OLD-18b1ee6f379f4d34f72a9056bf6cdf185311fd05.tar.gz opensim-SC_OLD-18b1ee6f379f4d34f72a9056bf6cdf185311fd05.tar.bz2 opensim-SC_OLD-18b1ee6f379f4d34f72a9056bf6cdf185311fd05.tar.xz |
Formatting and casing correction in WorldCommModule, trailing new line in OSSL to get git diff to not complain
Diffstat (limited to 'OpenSim/Region/Framework/Interfaces')
-rw-r--r-- | OpenSim/Region/Framework/Interfaces/IWorldComm.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IWorldComm.cs b/OpenSim/Region/Framework/Interfaces/IWorldComm.cs index 4e74781..8d88065 100644 --- a/OpenSim/Region/Framework/Interfaces/IWorldComm.cs +++ b/OpenSim/Region/Framework/Interfaces/IWorldComm.cs | |||
@@ -60,7 +60,7 @@ namespace OpenSim.Region.Framework.Interfaces | |||
60 | /// the script during 'peek' time. Parameter hostID is needed to | 60 | /// the script during 'peek' time. Parameter hostID is needed to |
61 | /// determine the position of the script. | 61 | /// determine the position of the script. |
62 | /// </summary> | 62 | /// </summary> |
63 | /// <param name="localID">localID of the script engine</param> | 63 | /// <param name="LocalID">localID of the script engine</param> |
64 | /// <param name="itemID">UUID of the script engine</param> | 64 | /// <param name="itemID">UUID of the script engine</param> |
65 | /// <param name="hostID">UUID of the SceneObjectPart</param> | 65 | /// <param name="hostID">UUID of the SceneObjectPart</param> |
66 | /// <param name="channel">channel to listen on</param> | 66 | /// <param name="channel">channel to listen on</param> |