Commit 0cfd347db113c0e4e89ec237aa6493202fb6e15a

Frank Heckenbach 2019-02-07T20:31:00

some spelling fixes

diff --git a/ChangeLog b/ChangeLog
index 3c5221b..6630c7a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4690,7 +4690,7 @@
 2002-12-08 04:40  henry
 
 	* [r484] include/FTVectoriser.h, src/FTVectoriser.cpp:
-	  Refactored FTContour - moved it into it's own file
+	  Refactored FTContour - moved it into its own file
 
 2002-12-08 04:38  henry
 
@@ -4968,12 +4968,12 @@
 2002-11-27 07:12  henry
 
 	* [r433] include/FTVectoriser.h, src/FTVectoriser.cpp:
-	  Moved FTPoint to it's own file
+	  Moved FTPoint to its own file
 
 2002-11-27 06:35  henry
 
 	* [r432] include/FTBBox.h, include/FTPoint.h, src/FTPoint.cpp:
-	  Moved these classes to there own files
+	  Moved these classes to their own files
 
 2002-11-27 06:20  henry
 
diff --git a/NEWS b/NEWS
index aa37f52..15a8174 100644
--- a/NEWS
+++ b/NEWS
@@ -185,7 +185,7 @@ versions have changes attributed per contributor.
     * Removed the precache flag.
     * Unvirtualised functions in FTLibrary and FTGlyphContainer.
     * Fixed empty string bug in FTFont::BBox.
-    * Refactored FTContour and moved it to it's own file.
+    * Refactored FTContour and moved it to its own file.
     * Removed unnecessary memory allocations in vector Glyphs. They
       now access the vector data directly.
     * Made vectoriser a local variable in vector glyphs.
diff --git a/src/FTLibrary.cpp b/src/FTLibrary.cpp
index da16e83..225f469 100644
--- a/src/FTLibrary.cpp
+++ b/src/FTLibrary.cpp
@@ -28,7 +28,7 @@
 #include "FTLibrary.h"
 #include "FTCleanup.h"
 
-const FTLibrary&  FTLibrary::Instance()
+const FTLibrary& FTLibrary::Instance()
 {
     static FTLibrary ftlib;
     return ftlib;
diff --git a/src/FTLibrary.h b/src/FTLibrary.h
index 951fecc..b99aba2 100644
--- a/src/FTLibrary.h
+++ b/src/FTLibrary.h
@@ -44,7 +44,7 @@
  *
  * Just because this class returns a valid <code>FTLibrary</code> object
  * doesn't mean that the Freetype Library has been successfully initialised.
- * Clients should check for errors. You can initialse the library AND check
+ * Clients should check for errors. You can initialise the library AND check
  * for errors using the following code...
  * <code>err = FTLibrary::Instance().Error();</code>
  *
@@ -86,7 +86,7 @@ class FTLibrary
         /**
          * Default constructors.
          *
-         * Made private to stop clients creating there own FTLibrary
+         * Made private to stop clients creating their own FTLibrary
          * objects.
          */
         FTLibrary();
diff --git a/test/.FTLibrary-Test.cpp.swp b/test/.FTLibrary-Test.cpp.swp
new file mode 100644
index 0000000..28fdf84
Binary files /dev/null and b/test/.FTLibrary-Test.cpp.swp differ