[haiku-commits] r39887 - haiku/trunk/src/bin

  • From: revol@xxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sun, 19 Dec 2010 03:28:55 +0100 (CET)

Author: mmu_man
Date: 2010-12-19 03:28:55 +0100 (Sun, 19 Dec 2010)
New Revision: 39887
Changeset: http://dev.haiku-os.org/changeset/39887

Modified:
   haiku/trunk/src/bin/checkitout.cpp
Log:
Fix description in comment, search-n-replace didn't replace it :)


Modified: haiku/trunk/src/bin/checkitout.cpp
===================================================================
--- haiku/trunk/src/bin/checkitout.cpp  2010-12-18 16:26:39 UTC (rev 39886)
+++ haiku/trunk/src/bin/checkitout.cpp  2010-12-19 02:28:55 UTC (rev 39887)
@@ -8,8 +8,8 @@
  */
 
 /*
- * CheckItOut: wraps URL mime types around command line apps
- * or other apps that don't handle them directly.
+ * CheckItOut: wraps SCM URL mime types around command line apps
+ * to check out sources in a user-friendly fashion.
  */
 #define DEBUG 1
 


Other related posts:

  • » [haiku-commits] r39887 - haiku/trunk/src/bin - revol