Author: post
Date: 2011-04-12 22:55:19 +0200 (Tue, 12 Apr 2011)
New Revision: 3980

Modified:
   trunk/src/rs-tethered-shooting.c
Log:
Fix typo

Modified: trunk/src/rs-tethered-shooting.c
===================================================================
--- trunk/src/rs-tethered-shooting.c    2011-04-12 20:54:40 UTC (rev 3979)
+++ trunk/src/rs-tethered-shooting.c    2011-04-12 20:55:19 UTC (rev 3980)
@@ -878,7 +878,7 @@
        if (!t->async_thread_id || !t->keep_thread_running)
        {
                t->keep_thread_running = TRUE;
-               append_status(t, _("Staring Monitor Thread.\n"));
+               append_status(t, _("Starting Monitor Thread.\n"));
                t->thread_type = ASYNC_THREAD_TYPE_MONITOR;
                t->async_thread_id = g_thread_create(start_thread_monitor, t, 
TRUE, NULL);
        }


_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit

Reply via email to