mirror of
https://github.com/isar/rusqlite.git
synced 2025-08-19 12:29:34 +08:00
Applied some spellchecker suggestions
This commit is contained in:
@@ -169,7 +169,7 @@ mod build_bundled {
|
||||
Some(openssl_dir) => {
|
||||
let lib_dir = lib_dir.map(|d| vec![d]).unwrap_or_else(|| {
|
||||
let mut lib_dirs = vec![];
|
||||
// OpenSSL 3.0 now puts it's libraries in lib64/ by default,
|
||||
// OpenSSL 3.0 now puts its libraries in lib64/ by default,
|
||||
// check for both it and lib/.
|
||||
if openssl_dir.join("lib64").exists() {
|
||||
lib_dirs.push(openssl_dir.join("lib64"));
|
||||
|
@@ -118,7 +118,7 @@ impl error::Error for Error {
|
||||
|
||||
// Result codes.
|
||||
// Note: These are not public because our bindgen bindings export whichever
|
||||
// constants are present in the current version of SQLite. We repeat them here
|
||||
// constants are present in the current version of SQLite. We repeat them here,
|
||||
// so we don't have to worry about which version of SQLite added which
|
||||
// constants, and we only use them to implement code_to_str below.
|
||||
|
||||
|
Reference in New Issue
Block a user