Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
spannm committed Oct 11, 2024
1 parent 49a19c1 commit dd95284
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
import java.util.Random;

/**
* Utility base implementaton of LinkResolver which facilitates loading linked tables from files which are not access
* Utility base implementation of LinkResolver which facilitates loading linked tables from files which are not access
* databases. The LinkResolver API ultimately presents linked table information to the primary database using the
* jackcess {@link Database} and {@link Table} classes. In order to consume linked tables in non-mdb files, they need to
* somehow be coerced into the appropriate form. The approach taken by this utility is to make it easy to copy the
Expand Down

0 comments on commit dd95284

Please sign in to comment.