Skip to content

Commit 3594105

Browse files
committed
Fixed typo in docstring
1 parent 47917bf commit 3594105

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/preferences.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function set_default_find_rcv_ids(algorithm::String)
1818

1919
# Set it in our runtime values, as well as saving it to disk
2020
@set_preferences!("default_find_rcv_ids" => algorithm)
21-
@info("New deafult algorithm set; restart your Julia session for this change to take effect!")
21+
@info("New default algorithm set; restart your Julia session for this change to take effect!")
2222
end
2323

2424
@static if VERSION >= v"1.6"

0 commit comments

Comments
 (0)