aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Interfaces
diff options
context:
space:
mode:
authorDiva Canto2010-05-10 08:01:00 -0700
committerDiva Canto2010-05-10 08:01:00 -0700
commit739b5e2c08a7b996813506b694c725c2c8d50524 (patch)
treed76e57e4259d7b2f4c2aa9b158c74df2ec148ff9 /OpenSim/Services/Interfaces
parentReturn agents when angle is PI (diff)
downloadopensim-SC_OLD-739b5e2c08a7b996813506b694c725c2c8d50524.zip
opensim-SC_OLD-739b5e2c08a7b996813506b694c725c2c8d50524.tar.gz
opensim-SC_OLD-739b5e2c08a7b996813506b694c725c2c8d50524.tar.bz2
opensim-SC_OLD-739b5e2c08a7b996813506b694c725c2c8d50524.tar.xz
Fixed a typo in the Friends packaging (Pricipal -> Principal) that was making offline friendship offers fail in grids.
Diffstat (limited to 'OpenSim/Services/Interfaces')
-rw-r--r--OpenSim/Services/Interfaces/IFriendsService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/Interfaces/IFriendsService.cs b/OpenSim/Services/Interfaces/IFriendsService.cs
index 2692c48..0ddd5e5 100644
--- a/OpenSim/Services/Interfaces/IFriendsService.cs
+++ b/OpenSim/Services/Interfaces/IFriendsService.cs
@@ -62,7 +62,7 @@ namespace OpenSim.Services.Interfaces
62 public Dictionary<string, object> ToKeyValuePairs() 62 public Dictionary<string, object> ToKeyValuePairs()
63 { 63 {
64 Dictionary<string, object> result = new Dictionary<string, object>(); 64 Dictionary<string, object> result = new Dictionary<string, object>();
65 result["PricipalID"] = PrincipalID.ToString(); 65 result["PrincipalID"] = PrincipalID.ToString();
66 result["Friend"] = Friend; 66 result["Friend"] = Friend;
67 result["MyFlags"] = MyFlags.ToString(); 67 result["MyFlags"] = MyFlags.ToString();
68 result["TheirFlags"] = TheirFlags.ToString(); 68 result["TheirFlags"] = TheirFlags.ToString();