Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
HliasMpGH committed Mar 1, 2024
1 parent 151a25d commit dd590b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/src/main/java/gr/bibliotech/data/BookDAO.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class BookDAO {
JdbcTemplate jdbcTemplate;

/**
* Retrives the Registered Books from the Data Base
* Retrieves the Registered Books from the Data Base
* @return a list of books
*/
public List<Book> getBooks() {
Expand Down

0 comments on commit dd590b6

Please sign in to comment.