some spelling fixes
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80
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