summaryrefslogtreecommitdiff
path: root/docview/src/frm_main.pas
diff options
context:
space:
mode:
Diffstat (limited to 'docview/src/frm_main.pas')
-rw-r--r--docview/src/frm_main.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/docview/src/frm_main.pas b/docview/src/frm_main.pas
index 0b8cd694..ddad88d8 100644
--- a/docview/src/frm_main.pas
+++ b/docview/src/frm_main.pas
@@ -445,7 +445,7 @@ begin
end
else if pos(PARAM_LINK_URL, Link) > 0 then
begin
- // we have a external URL of some kind
+ // we have an external URL of some kind
// format is always: 'url "<uri>"'
lURL := StringReplace(Link, 'url "', '', []);
lURL := UTF8Copy(lURL, 0, UTF8Length(lURL)-1);