From 9bac4d413e960e354a3cf81e3de9b1cb483d02ad Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Fri, 1 Aug 2014 16:56:25 +0900 Subject: typo: more then -> more than Change-Id: I2e477d66f25bde7256938ccb1f95ab26add24922 --- .../netbeans/modules/office/filesystem/OpenOfficeDocFileSystem.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripting/java/org/openoffice') diff --git a/scripting/java/org/openoffice/netbeans/modules/office/filesystem/OpenOfficeDocFileSystem.java b/scripting/java/org/openoffice/netbeans/modules/office/filesystem/OpenOfficeDocFileSystem.java index fd3ee589eed5..dac253f470f2 100644 --- a/scripting/java/org/openoffice/netbeans/modules/office/filesystem/OpenOfficeDocFileSystem.java +++ b/scripting/java/org/openoffice/netbeans/modules/office/filesystem/OpenOfficeDocFileSystem.java @@ -126,7 +126,7 @@ public class OpenOfficeDocFileSystem /** * Provides unique signature of an instance of the filesystem. * NOTE: The scope is not a part of the signature so it is impossible - * to mount the same archive more then once. + * to mount the same archive more than once. */ public static String computeSystemName(File file) { -- cgit