summaryrefslogtreecommitdiff
path: root/xmerge
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-03-11 16:10:43 +0200
committerTor Lillqvist <tml@collabora.com>2014-03-11 17:17:39 +0200
commit45d09ea2712fc56802a639a15f2e4ae6cacbc099 (patch)
tree5ccb0de512ecab0c794b1a5108c059bdf71bc0c3 /xmerge
parent7b0b20bdd19bdf3903f5b3d623e8d8e110f6df3c (diff)
"overflow" is one word
Change-Id: Ib36c2c5d55f86aff27081a0da554f6e8a81474ee
Diffstat (limited to 'xmerge')
-rw-r--r--xmerge/source/bridge/java/XMergeBridge.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmerge/source/bridge/java/XMergeBridge.java b/xmerge/source/bridge/java/XMergeBridge.java
index 93d6a3366344..ad76fcdbc2c6 100644
--- a/xmerge/source/bridge/java/XMergeBridge.java
+++ b/xmerge/source/bridge/java/XMergeBridge.java
@@ -496,7 +496,7 @@ public class XMergeBridge {
ConverterInfoMgr.removeByJar(jarName);
}
catch (StackOverflowError sOE){
- System.out.println("\nERROR : Stack OverFlow. \n Increase of the JRE by adding the following line to the end of the javarc file \n \"-Xss1m\"\n");
+ System.out.println("\nERROR : Stack Overflow. \n Increase of the JRE by adding the following line to the end of the javarc file \n \"-Xss1m\"\n");
}
catch (Exception e) {
@@ -530,7 +530,7 @@ public class XMergeBridge {
ConverterInfoMgr.removeByJar(jarName);
}
catch (StackOverflowError sOE){
- System.out.println("\nERROR : Stack OverFlow. \n Increase of the JRE by adding the following line to the end of the javarc file \n \"-Xss1m\"\n");
+ System.out.println("\nERROR : Stack Overflow. \n Increase of the JRE by adding the following line to the end of the javarc file \n \"-Xss1m\"\n");
}
catch (Exception e) {
System.out.println("Error:"+e);