Fixing a typo

This commit is contained in:
Sébastien Rombauts 2013-08-24 19:41:35 +02:00
parent 4709d4b49a
commit f462c937e2

View File

@ -79,7 +79,7 @@ in a custom shared pointer (See the inner class "Statement::Ptr").
To use this wrappers, you need to add the 10 SQLiteC++ source files from the src/ directory
in your project code base, and compile/link against the sqlite library.
### Buildng the examples:
### Building the examples:
A basic Makefile is provided, tested under Linux/Ubuntu 12.10, requiring the sqlite3 static library (sqlite3-dev Debian/Ubuntu package)
Solutions for Visual Studio 2008 and 2010 are provided in the "msvc/" directory, directly using the sqlite3.c source code for ease of use.