Skip to content

Commit f6bede4

Browse files
committed
Fixes a couple of text typos in the readme.
1 parent 6678178 commit f6bede4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The SQLCipher team welcomes contributions to the core library. All contributions
3535
Building SQLCipher is similar to compiling a regular version of SQLite from source a couple small exceptions:
3636

3737
1. You *must* define `SQLITE_HAS_CODEC` and either `SQLITE_TEMP_STORE=2` or SQLITE_TEMP_STORE=3`
38-
2. You will need to link against a support cryptograpic provider (OpenSSL, LibTomCrypt, CommonCrypto/Security.framework, or NSS)
38+
2. You will need to link against a support cryptographic provider (OpenSSL, LibTomCrypt, CommonCrypto/Security.framework, or NSS)
3939

4040
The following examples demonstrate linking against OpenSSL, which is a readily available provider on most Unix-like systems.
4141

@@ -62,7 +62,7 @@ The full SQLite test suite will not complete successfully when using SQLCipher.
6262

6363
As a result, the SQLCipher package includes it's own independent tests that exercise and verify the core functionality of the SQLCipher extensions. This test suite is intended to provide an abbreviated verification of SQLCipher's internal logic; it does not perform an exhaustive test of the SQLite database system as a whole or verify functionality on specific platforms. Because SQLCipher is based on stable upstream builds of SQLite, it is consider a basic assumption that the core SQLite library code is operating properly (the SQLite core is almost untouched in SQLCipher). Thus, the additional SQLCipher-specific test provide the requisite verification that the library is operating as expected with SQLCipher's security features enabled.
6464

65-
To run SQLCipher specific tests, configure as described here and run the following to execute the tests and recieve a report of the results:
65+
To run SQLCipher specific tests, configure as described here and run the following to execute the tests and receive a report of the results:
6666

6767
```
6868
$ ./configure --enable-tempstore=yes --enable-fts5 CFLAGS="-DSQLITE_HAS_CODEC -DSQLCIPHER_TEST" \

0 commit comments

Comments
 (0)