banshee r3995 - trunk/banshee/src/Core/Banshee.Core/Banshee.Base



Author: gburt
Date: Wed May 28 00:39:39 2008
New Revision: 3995
URL: http://svn.gnome.org/viewvc/banshee?rev=3995&view=rev

Log:
fix typo

Modified:
   trunk/banshee/src/Core/Banshee.Core/Banshee.Base/ProductInformation.cs

Modified: trunk/banshee/src/Core/Banshee.Core/Banshee.Base/ProductInformation.cs
==============================================================================
--- trunk/banshee/src/Core/Banshee.Core/Banshee.Base/ProductInformation.cs	(original)
+++ trunk/banshee/src/Core/Banshee.Core/Banshee.Base/ProductInformation.cs	Wed May 28 00:39:39 2008
@@ -183,7 +183,7 @@
         internal ProductAuthor (string name, string role)
         {
             if (name == null || role == null) {
-                throw new ArgumentNullException ("name or roll cannot be null");
+                throw new ArgumentNullException ("name or role cannot be null");
             }
             
             this.name = name;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]