diff --git a/indra/newview/llpanelclassified.cpp b/indra/newview/llpanelclassified.cpp
index 01b3f3bb7f04e63fa0bfd298e847c61f38ca6a38..3f5d80c1234a4e8bc10b1d1c08b316bd5f665156 100644
--- a/indra/newview/llpanelclassified.cpp
+++ b/indra/newview/llpanelclassified.cpp
@@ -1689,7 +1689,7 @@ void LLPanelClassifiedEdit::onSaveClick()
 	{
 		if(gStatusBar->getBalance() < getPriceForListing())
 		{
-			LLNotificationsUtil::add("ClassifiedInsuffisientFunds");
+			LLNotificationsUtil::add("ClassifiedInsufficientFunds");
 			return;
 		}
 	}
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml
index e5933816ef97a91eb76f55eabf8edf5f23dc1deb..dddd178aea242d882216c4aadcfb2e229f62c0df 100644
--- a/indra/newview/skins/default/xui/en/notifications.xml
+++ b/indra/newview/skins/default/xui/en/notifications.xml
@@ -773,9 +773,9 @@ Save changes to classified [NAME]?
   
   <notification
    icon="alertmodal.tga"
-   name="ClassifiedInsuffisientFunds"
+   name="ClassifiedInsufficientFunds"
    type="alertmodal">
-Insuffisient funds to create classified.
+Insufficient funds to create classified.
     <usetemplate
      name="okbutton"
      yestext="OK"/>