From 0ba18ce46aaa21746f6d9f8be0d5e077aff91ff7 Mon Sep 17 00:00:00 2001 From: sekelsenmat Date: Thu, 21 Apr 2011 11:45:48 +0000 Subject: [PATCH] fpvectorial: Spelling fix git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1593 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- applications/fpvviewer/fpvectorialsrc/fpvectorial.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/applications/fpvviewer/fpvectorialsrc/fpvectorial.pas b/applications/fpvviewer/fpvectorialsrc/fpvectorial.pas index e2832d60b..b1c9cad5a 100644 --- a/applications/fpvviewer/fpvectorialsrc/fpvectorial.pas +++ b/applications/fpvviewer/fpvectorialsrc/fpvectorial.pas @@ -777,7 +777,7 @@ begin Break; end; - if Result = nil then raise Exception.Create('Unsuported vector graphics format.'); + if Result = nil then raise Exception.Create('Unsupported vector graphics format.'); end; {@@ @@ -799,7 +799,7 @@ begin Break; end; - if Result = nil then raise Exception.Create('Unsuported vector graphics format.'); + if Result = nil then raise Exception.Create('Unsupported vector graphics format.'); end; procedure TvVectorialDocument.ClearTmpPath();