banshee r3995 - trunk/banshee/src/Core/Banshee.Core/Banshee.Base
- From: gburt svn gnome org
- To: svn-commits-list gnome org
- Subject: banshee r3995 - trunk/banshee/src/Core/Banshee.Core/Banshee.Base
- Date: Wed, 28 May 2008 00:39:40 +0000 (UTC)
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]