[kgtp] r1002 committed - Typo

  • From: kgtp@xxxxxxxxxxxxxx
  • To: kgtp@xxxxxxxxxxxxx
  • Date: Wed, 28 Mar 2012 16:42:40 +0000

Revision: 1002
Author:   teawater
Date:     Wed Mar 28 09:41:26 2012
Log:      Typo

http://code.google.com/p/kgtp/source/detail?r=1002

Modified:
 /trunk/add-ons/hotcode.py

=======================================
--- /trunk/add-ons/hotcode.py   Wed Mar 28 09:37:04 2012
+++ /trunk/add-ons/hotcode.py   Wed Mar 28 09:41:26 2012
@@ -137,7 +137,7 @@
        break

 #Get which task pid why want to trace
-print("Please input the pid of tasks that you want to trace - one per line (use empty to end input).") +print("Please input the pid of task that you want to trace - one per line (use empty to end input).")
 print("If not set any task, will trace all code in the Kernel.")
 while 1:
        pid = -1

Other related posts:

  • » [kgtp] r1002 committed - Typo - kgtp