Skip to content

Commit 921db02

Browse files
committed
Fix typo
1 parent 760c5c2 commit 921db02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/purejava/KeepassProxyAccess.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ public String generatePassword() {
330330
/**
331331
* Request for locking the database from client.
332332
*
333-
* @return True, if the database could not locked, false if something went wrong.
333+
* @return True, if the database could be locked, false if something went wrong.
334334
*/
335335
public boolean lockDatabase() {
336336
try {

0 commit comments

Comments
 (0)