From 94477cb5fb6e982035867b198eee7cfa8622c5e3 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sat, 23 Feb 2013 17:29:22 +0100 Subject: Fix typo accessable/accessible Change-Id: I2f6d00a6361243a52a593acaaf2bf624d8a2730e --- .../java/com/sun/star/script/framework/provider/ScriptProvider.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripting') diff --git a/scripting/java/com/sun/star/script/framework/provider/ScriptProvider.java b/scripting/java/com/sun/star/script/framework/provider/ScriptProvider.java index c52497c66126..e1d044cc644f 100644 --- a/scripting/java/com/sun/star/script/framework/provider/ScriptProvider.java +++ b/scripting/java/com/sun/star/script/framework/provider/ScriptProvider.java @@ -349,7 +349,7 @@ public abstract class ScriptProvider // TODO need to encapsulate this better, // Some factory concept for creating/accessing Editor - // How this is passed down or how it is accessable by BrowseNode + // How this is passed down or how it is accessible by BrowseNode // implementations needs thinking about // This method is used to determine whether the ScriptProvider // has a ScriptEditor -- cgit