f-spot r4623 - in trunk: . libgphoto2-sharp



Author: sdelcroix
Date: Tue Nov 25 19:40:31 2008
New Revision: 4623
URL: http://svn.gnome.org/viewvc/f-spot?rev=4623&view=rev

Log:
fix a typo

2008-11-25  Stephane Delcroix  <sdelcroix novell com>

	* libgphoto2-sharp/ErrorCode.cs: fix a typo

Modified:
   trunk/ChangeLog
   trunk/libgphoto2-sharp/ErrorCodes.cs

Modified: trunk/libgphoto2-sharp/ErrorCodes.cs
==============================================================================
--- trunk/libgphoto2-sharp/ErrorCodes.cs	(original)
+++ trunk/libgphoto2-sharp/ErrorCodes.cs	Tue Nov 25 19:40:31 2008
@@ -15,7 +15,7 @@
 	public enum ErrorCode
 	{
 		/* IO Errors */
-		GeneraError		= -1,
+		GeneralError		= -1,
 		BadParameters		= -2,
 		NoMemory		= -3,
 		Library			= -4,



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