OSDN Git Service

Typo
authorjruesga <jorge@ruesga.com>
Sun, 21 Oct 2012 19:11:23 +0000 (21:11 +0200)
committerjruesga <jorge@ruesga.com>
Sun, 21 Oct 2012 19:11:23 +0000 (21:11 +0200)
src/com/cyanogenmod/explorer/commands/shell/Command.java
src/com/cyanogenmod/explorer/console/Console.java

index 3c1e5da..4332ae6 100644 (file)
@@ -141,9 +141,9 @@ public abstract class Command {
     }
 
     /**
-     * Method that return id the command had to trace his operations
+     * Method that return if the command has to trace his operations
      *
-     * @return boolean If the command had to trace
+     * @return boolean If the command has to trace
      */
     public boolean isTrace() {
         return this.mTrace;
index f220ba5..db53cf1 100644 (file)
@@ -42,9 +42,9 @@ public abstract class Console
     }
 
     /**
-     * Method that return id the console had to trace his operations
+     * Method that return if the console has to trace his operations
      *
-     * @return boolean If the console had to trace
+     * @return boolean If the console has to trace
      */
     public boolean isTrace() {
         return this.mTrace;