You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemml.apache.org by du...@apache.org on 2016/03/30 01:44:00 UTC

incubator-systemml git commit: Fixing typo in debug message.

Repository: incubator-systemml
Updated Branches:
  refs/heads/master f752555e6 -> 2ff25352e


Fixing typo in debug message.

Closes #98.


Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/2ff25352
Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/2ff25352
Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml/diff/2ff25352

Branch: refs/heads/master
Commit: 2ff25352e22ec06e7c9865e7baeaa3adcd598dd7
Parents: f752555
Author: Tommy YU <tu...@163.com>
Authored: Tue Mar 29 16:42:57 2016 -0700
Committer: Mike Dusenberry <mw...@us.ibm.com>
Committed: Tue Mar 29 16:42:57 2016 -0700

----------------------------------------------------------------------
 src/main/java/org/apache/sysml/debug/DMLDebugger.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/2ff25352/src/main/java/org/apache/sysml/debug/DMLDebugger.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/sysml/debug/DMLDebugger.java b/src/main/java/org/apache/sysml/debug/DMLDebugger.java
index 7349a4c..3ae5b69 100644
--- a/src/main/java/org/apache/sysml/debug/DMLDebugger.java
+++ b/src/main/java/org/apache/sysml/debug/DMLDebugger.java
@@ -293,7 +293,7 @@ public class DMLDebugger
     	    							dbFunctions.print(currEC.getDebugState().getVariables(), variableNameWithoutIndices, "value", rowIndex, colIndex);
     	    						}
     	    						catch(Exception indicesException) {
-    	    							System.err.println("Incorrect fomat for \"p\". If you are trying to print matrix variable M, you can use M[1,] or M[,1] or M[1,1] (without spaces).");
+    	    							System.err.println("Incorrect format for \"p\". If you are trying to print matrix variable M, you can use M[1,] or M[,1] or M[1,1] (without spaces).");
     	    						}
         	    				}
         	    				else {