Skip to content

Commit 568afe0

Browse files
sunxunlekenshaw
sunxunle
authored andcommitted
chore: fix some typos
Signed-off-by: sunxunle <[email protected]>
1 parent 69fe068 commit 568afe0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ $ usql odbc+PostgreSQL+ANSI://user:pass@localhost/dbname?TraceFile=/path/to/trac
578578

579579
### Executing Queries and Commands
580580

581-
The interactive intrepreter reads queries and [meta (`\`) commands][commands],
581+
The interactive interpreter reads queries and [meta (`\`) commands][commands],
582582
sending the query to the connected database:
583583

584584
```sh
@@ -721,7 +721,7 @@ Variables
721721
722722
## Features and Compatibility
723723
724-
An overview of `usql`'s features, functionality, and compability with `psql`:
724+
An overview of `usql`'s features, functionality, and compatibility with `psql`:
725725

726726
- [Variables and Interpolation][variables]
727727
- [Backticks][backticks]
@@ -950,7 +950,7 @@ error: failed to prepare insert query: 2 values for 1 columns
950950
COPY 2
951951
```
952952
953-
###### Datatype Compatibilty and Casting
953+
###### Datatype Compatibility and Casting
954954
955955
The `\copy` command does not attempt to perform any kind of datatype
956956
conversion.
@@ -1278,7 +1278,7 @@ additional [SQLite3 build tags (see: `build.sh`)](build.sh).
12781278
### macOS
12791279
12801280
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.
12821282
If the following (or similar) error is encountered when attempting to run `usql`:
12831283
12841284
```sh

drivers/metadata/informationschema/metadata.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ func WithCurrentSchema(expr string) metadata.ReaderOption {
192192
}
193193
}
194194

195-
// WithDataTypeFormatter function to build updated string represenation of data type
195+
// WithDataTypeFormatter function to build updated string representation of data type
196196
// from Column
197197
func WithDataTypeFormatter(f func(metadata.Column) string) metadata.ReaderOption {
198198
return func(r metadata.Reader) {

metacmd/metacmd.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Package metacmd contains meta information and implentation for usql's
1+
// Package metacmd contains meta information and implementation for usql's
22
// backslash (\) commands.
33
package metacmd
44

0 commit comments

Comments
 (0)