Skip to content

Commit 54007f4

Browse files
authored
chore: fix typo
1 parent 7b1eaf2 commit 54007f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cli/lint.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ export const lintCommand = new Command()
221221
);
222222
const libraryPathSupported: boolean =
223223
libraryPathSupportedTestCode === 0;
224-
// Conditionally include library paths if supported by the Ciromspect version.
224+
// Conditionally include library paths if supported by the Circomspect version.
225225
// It's important that this path logic is kept in sync with the Sindri backend.
226226
const libraryPathArgs: string[] = libraryPathSupported
227227
? ["--library", ".", "--library", path.join(".", "node_modules")]

0 commit comments

Comments
 (0)