Fix typo in method name

This commit is contained in:
mcmah309
2025-05-22 14:25:04 +00:00
parent 8047cfe438
commit 1d5265caf4
5 changed files with 10 additions and 10 deletions

View File

@ -792,7 +792,7 @@ fn test_disable_typo() {
index
.update_settings_using_wtxn(&mut txn, |settings| {
settings.set_autorize_typos(false);
settings.set_authorize_typos(false);
})
.unwrap();