From 739b5e2c08a7b996813506b694c725c2c8d50524 Mon Sep 17 00:00:00 2001
From: Diva Canto
Date: Mon, 10 May 2010 08:01:00 -0700
Subject: Fixed a typo in the Friends packaging (Pricipal -> Principal) that
 was making offline friendship offers fail in grids.

---
 OpenSim/Services/Interfaces/IFriendsService.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
         public Dictionary<string, object> ToKeyValuePairs()
         {
             Dictionary<string, object> result = new Dictionary<string, object>();
-            result["PricipalID"] = PrincipalID.ToString();
+            result["PrincipalID"] = PrincipalID.ToString();
             result["Friend"] = Friend;
             result["MyFlags"] = MyFlags.ToString();
             result["TheirFlags"] = TheirFlags.ToString();
-- 
cgit v1.1