changeset 51:9beb9b8582f7

renames
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 05 Sep 2012 17:43:31 +0200
parents a15e90e5d6fc
children e0cac5540668
files Core/SQLite/README.txt PalanthirCppClient/CMakeLists.txt
diffstat 2 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/Core/SQLite/README.txt	Wed Sep 05 15:50:12 2012 +0200
+++ b/Core/SQLite/README.txt	Wed Sep 05 17:43:31 2012 +0200
@@ -13,9 +13,9 @@
 
 * The reference counting mechanism has been reimplemented to make it 
   simpler.
-* The PalantirException class is used for the exception mechanisms.
+* The PalanthirException class is used for the exception mechanisms.
 * A statement is always valid (is_valid() always return true).
-* The classes and the methods have been renamed to meet Palantir's
+* The classes and the methods have been renamed to meet Palanthir's
   coding conventions.
 
 
--- a/PalanthirCppClient/CMakeLists.txt	Wed Sep 05 15:50:12 2012 +0200
+++ b/PalanthirCppClient/CMakeLists.txt	Wed Sep 05 17:43:31 2012 +0200
@@ -1,9 +1,9 @@
-# Mini-project to check whether "PalantirCppClient" can compile in a
+# Mini-project to check whether "PalanthirCppClient" can compile in a
 # standalone fashion
 
 cmake_minimum_required(VERSION 2.8)
 
-project(PalantirCppClientTest)
+project(PalanthirCppClientTest)
 
 SET(STATIC_BUILD OFF)
 
@@ -20,7 +20,7 @@
   add_definitions(-D_CRT_SECURE_NO_WARNINGS=1)  
 endif()
 
-add_library(PalantirCppClient
+add_library(PalanthirCppClient
   SHARED
 
   ${THIRD_PARTY_SOURCES}
@@ -32,4 +32,4 @@
   main.cpp
   )
 
-target_link_libraries(Test PalantirCppClient)
+target_link_libraries(Test PalanthirCppClient)