Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Edward A. Lee <eal@eecs.berkeley.edu>
  • Loading branch information
cmnrd and edwardalee committed Mar 3, 2022
1 parent 4083c83 commit dd0ca66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org.lflang/src/org/lflang/util/FileUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -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".
*/
Expand Down

0 comments on commit dd0ca66

Please sign in to comment.