fixed 2 typos in linux_eclipse tutorial
authorVadim Pisarevsky <no@email>
Thu, 21 Jul 2011 13:36:32 +0000 (13:36 +0000)
committerVadim Pisarevsky <no@email>
Thu, 21 Jul 2011 13:36:32 +0000 (13:36 +0000)
doc/tutorials/introduction/linux_eclipse/linux_eclipse.rst

index 25feb7f..4ce835b 100644 (file)
@@ -205,7 +205,8 @@ V2: Using CMake+OpenCV with Eclipse (plugin CDT)
 \r
 Say you have or create a new file, *helloworld.cpp* in a directory called *foo*:\r
 \r
-.. code-block:: bash\r
+.. code-block:: cpp\r
+\r
    #include <cv.h>\r
    #include <highgui.h>\r
    int main ( int argc, char **argv )\r
@@ -229,7 +230,7 @@ Say you have or create a new file, *helloworld.cpp* in a directory called *foo*:
 \r
 #. Put a *CmakeLists.txt* file in build:\r
 \r
-.. cod-block:: bash\r
+.. code-block:: bash\r
 \r
    PROJECT( helloworld_proj )\r
    FIND_PACKAGE( OpenCV REQUIRED )\r