changeset 755:be382bffd11f

Typo fix.
author zas_
date Sun, 25 May 2008 19:13:04 +0000
parents 7dbdd80610a3
children 573121c002c3
files src/utilops.c
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/utilops.c	Sun May 25 19:03:30 2008 +0000
+++ b/src/utilops.c	Sun May 25 19:13:04 2008 +0000
@@ -366,12 +366,10 @@
 	gchar *dest_path;
 
 	/* data for the operation itself, internal or external */
-	gboolean external; /* TRUE for ecternal command, false for internal */
+	gboolean external; /* TRUE for external command, FALSE for internal */
 	
 	gint external_command;
 	gpointer resume_data;
-	
-
 };
 
 enum {