From dd0ca6693678ada61424f9934659ee1ee4ec9706 Mon Sep 17 00:00:00 2001 From: Christian Menard Date: Thu, 3 Mar 2022 17:00:59 +0100 Subject: [PATCH] Fix typo Co-authored-by: Edward A. Lee --- org.lflang/src/org/lflang/util/FileUtil.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.lflang/src/org/lflang/util/FileUtil.java b/org.lflang/src/org/lflang/util/FileUtil.java index c7a662b81e..d102a9826e 100644 --- a/org.lflang/src/org/lflang/util/FileUtil.java +++ b/org.lflang/src/org/lflang/util/FileUtil.java @@ -371,7 +371,7 @@ public static IResource getIResource(Path path) { /** * Get the specified uri as an Eclipse IResource or null if it is not found. * - * Also returns null if this is not colles from within a running Eclipse instance. + * Also returns null if this is not called from within a running Eclipse instance. * * @param uri A java.net.uri of the form "file://path". */