Skip to content

Commit

Permalink
Remove bad letter
Browse files Browse the repository at this point in the history
  • Loading branch information
worksofliam committed Nov 18, 2023
1 parent 8db9e5e commit 1e74c5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/CompileTools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ export namespace CompileTools {
if (curlib) ileSetup.currentLibrary = curlib;
}

// Remove any duplicates fromr the library list
// Remove any duplicates from the library list
ileSetup.libraryList = ileSetup.libraryList.filter(Tools.distinct);

let commandString = replaceValues(
Expand Down

0 comments on commit 1e74c5d

Please sign in to comment.