[Cmake-commits] [cmake-commits] martink committed MakeTable.cxx 1.2 1.3

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Jun 23 12:58:21 EDT 2009


Update of /cvsroot/CMake/CMake/Tests/Tutorial/Step5/MathFunctions
In directory public:/mounts/ram/cvs-serv11979/Step5/MathFunctions

Modified Files:
	MakeTable.cxx 
Log Message:
ENH: fix spelling mistake


Index: MakeTable.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/Tutorial/Step5/MathFunctions/MakeTable.cxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -C 2 -d -r1.2 -r1.3
*** MakeTable.cxx	10 Nov 2005 16:48:52 -0000	1.2
--- MakeTable.cxx	23 Jun 2009 16:58:18 -0000	1.3
***************
*** 21,25 ****
      }
    
!   // crate a source file with a table of square roots
    fprintf(fout,"double sqrtTable[] = {\n");
    for (i = 0; i < 10; ++i)
--- 21,25 ----
      }
    
!   // create a source file with a table of square roots
    fprintf(fout,"double sqrtTable[] = {\n");
    for (i = 0; i < 10; ++i)



More information about the Cmake-commits mailing list