Author: dgilmore
Date: 2012-08-21 01:50:19 -0400 (Tue, 21 Aug 2012)
New Revision: 4017

Modified:
   trunk/osprey/be/com/erbe.desc
Log:
Fixed typo in warning string for error message type EC_Uninitialized.

CR: Sun Chan


Modified: trunk/osprey/be/com/erbe.desc
===================================================================
--- trunk/osprey/be/com/erbe.desc       2012-08-21 05:49:00 UTC (rev 4016)
+++ trunk/osprey/be/com/erbe.desc       2012-08-21 05:50:19 UTC (rev 4017)
@@ -274,7 +274,7 @@
     3, ET_STRING, ET_INT, ET_STRING, 0,0,0 },
 
   { EC_Uninitialized,  EM_User | ES_WARNING, RAG_EN_NONE,
-    "Variable %s in fucntion %s might be used uninitialized",
+    "Variable %s in function %s might be used uninitialized",
     2, ET_STRING, ET_STRING, 0,0,0,0 },
 
   /* DRA cloning errors */


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Open64-devel mailing list
Open64-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/open64-devel

Reply via email to