@@ -578,7 +578,7 @@ $ usql odbc+PostgreSQL+ANSI://user:pass@localhost/dbname?TraceFile=/path/to/trac
578
578
579
579
### Executing Queries and Commands
580
580
581
- The interactive intrepreter reads queries and [ meta (` \ ` ) commands] [ commands ] ,
581
+ The interactive interpreter reads queries and [ meta (` \ ` ) commands] [ commands ] ,
582
582
sending the query to the connected database:
583
583
584
584
``` sh
@@ -721,7 +721,7 @@ Variables
721
721
722
722
## Features and Compatibility
723
723
724
- An overview of `usql`' s features, functionality, and compability with ` psql` :
724
+ An overview of `usql`' s features, functionality, and compatibility with ` psql` :
725
725
726
726
- [Variables and Interpolation][variables]
727
727
- [Backticks][backticks]
@@ -950,7 +950,7 @@ error: failed to prepare insert query: 2 values for 1 columns
950
950
COPY 2
951
951
```
952
952
953
- ###### Datatype Compatibilty and Casting
953
+ ###### Datatype Compatibility and Casting
954
954
955
955
The `\copy` command does not attempt to perform any kind of datatype
956
956
conversion.
@@ -1278,7 +1278,7 @@ additional [SQLite3 build tags (see: `build.sh`)](build.sh).
1278
1278
### macOS
1279
1279
1280
1280
The recommended installation method on macOS is [via `brew` (see above)][via Homebrew]
1281
- due to the way libary dependencies for the `sqlite3` driver are done on macOS.
1281
+ due to the way library dependencies for the `sqlite3` driver are done on macOS.
1282
1282
If the following (or similar) error is encountered when attempting to run `usql`:
1283
1283
1284
1284
```sh
0 commit comments