Author: gmazza
Date: Tue Feb 4 00:50:11 2014
New Revision: 1564145
URL: http://svn.apache.org/r1564145
Log:
Typos fixed.
Modified:
roller/trunk/app/src/main/java/org/apache/roller/RollerException.java
Modified: roller/trunk/app/src/main/java/org/apache/roller/RollerException.java
URL:
http://svn.apache.org/viewvc/roller/trunk/app/src/main/java/org/apache/roller/RollerException.java?rev=1564145&r1=1564144&r2=1564145&view=diff
==============================================================================
--- roller/trunk/app/src/main/java/org/apache/roller/RollerException.java
(original)
+++ roller/trunk/app/src/main/java/org/apache/roller/RollerException.java Tue
Feb 4 00:50:11 2014
@@ -97,7 +97,7 @@ public abstract class RollerException ex
/**
- * Print stack trace for exception and for root cause exception if htere
is one.
+ * Print stack trace for exception and for root cause exception if there
is one.
* @see java.lang.Throwable#printStackTrace()
*/
public void printStackTrace() {
@@ -110,7 +110,7 @@ public abstract class RollerException ex
/**
- * Print stack trace for exception and for root cause exception if htere
is one.
+ * Print stack trace for exception and for root cause exception if there
is one.
* @param s Stream to print to.
*/
public void printStackTrace(PrintStream s) {
@@ -123,7 +123,7 @@ public abstract class RollerException ex
/**
- * Print stack trace for exception and for root cause exception if htere
is one.
+ * Print stack trace for exception and for root cause exception if there
is one.
* @param s Writer to write to.
*/
public void printStackTrace(PrintWriter s) {