diff options
author | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2011-07-26 13:52:07 +0200 |
---|---|---|
committer | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2011-07-26 13:52:07 +0200 |
commit | cc6d2fa7e8c0210a15351f7b16715ef40508c307 (patch) | |
tree | f660af87898578f27dff1ebbf7ee88dd70c7c5b1 /docview | |
parent | fe26719c848fc48ca99dcf5b9679a1a79b2610f9 (diff) | |
download | fpGUI-cc6d2fa7e8c0210a15351f7b16715ef40508c307.tar.xz |
docview: fixed spelling mistake in code comments
Diffstat (limited to 'docview')
-rw-r--r-- | docview/src/nvUtilities.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docview/src/nvUtilities.pas b/docview/src/nvUtilities.pas index 9cc19076..df8f711b 100644 --- a/docview/src/nvUtilities.pas +++ b/docview/src/nvUtilities.pas @@ -11,7 +11,7 @@ uses Classes, SysUtils, fpg_base; const - { TODO -oGraeme : Should this change to LineEnding (platfrom dependant) } + { TODO -oGraeme : Should this change to LineEnding (platfrom dependent) } EndLine= chr(13)+chr(10); TwoEndLines= chr(13)+chr(10)+chr(13)+chr(10); Quote = ''''; |