typo fixed

Evgen Bodunov
2015-09-16 12:04:04 +03:00
parent 2758888d43
commit 2717f67e8b
+2 -2
@@ -30,13 +30,13 @@ g++ -std=c++11 -Ipath_to_msgpack-c/include your_program.cpp
#### Configure
```
cd msgpack-c ./bootstrap ./congigure
cd msgpack-c ./bootstrap ./configure
```
If you want to test C++11 support, execute
```
./congigure CXXFLAGS="-std=c++11"
./configure CXXFLAGS="-std=c++11"
```