diff options
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 = ''''; |