Skip to content

Commit 09074e8

Browse files
committed
Typo
1 parent f01a70d commit 09074e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqllib.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The `sqllib.o` and `sqllibsd.o` are libraries that provide a nicer and safer way
44

55
This manual does not go in to detail on the function prototypes themselves, see `sqllib.h` for details of these.
66

7-
## msqyl equiviliant functions and datatypes
7+
## mysql equivalent functions and datatypes
88

99
In general, anything that says `mysql` changes to just `sql`. This includes `MYSQL_RES*` now `SQL_RES*` and so on.
1010
A number of functions are directly mapped by `#define` in the `sqllib.h` include file, e.g. `sql_affected_rows(...)` as `mysql_affected_rows(...)`.

0 commit comments

Comments
 (0)