fpvectorial: Spelling fix

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1593 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
sekelsenmat
2011-04-21 11:45:48 +00:00
parent faec8229e2
commit 0ba18ce46a

View File

@ -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();