Typo, ignore list (#967)

Fix typo in javadoc,
Add word to ignore list for codespellrc

---------

Co-authored-by: felix <felix@zaslavskiy.net>
This commit is contained in:
Felix Zaslavskiy 2023-06-13 03:53:27 -04:00 committed by GitHub
parent a9bea27537
commit 726dcbd43d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
[codespell]
ignore-words-list = blong, belong
ignore-words-list = blong, belong, afterall
skip = .git,*.pdf,*.svg,*.lock

View File

@ -108,7 +108,7 @@ public class LLModel implements AutoCloseable {
}
/**
* This may be set before any Model instance classe are instantiated to
* This may be set before any Model instance classes are instantiated to
* set where the model may be found. This may be needed if setting
* library search path by standard means is not available.
*/