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