summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2022-01-05 19:22:07 -0600
committerMarge Bot <marge-bot@gnome.org>2022-01-07 01:50:34 +0000
commit7f1b6608189a4f36c44ed8cc58f432d9381ccb08 (patch)
treed6bf1129a36a9851650fa358c16677b8013dca7e /include
parent3da89b75825f698a0f2ffa450f2863d12f0b6619 (diff)
downloadlibrsvg-7f1b6608189a4f36c44ed8cc58f432d9381ccb08.tar.gz
fix: rsvg.h
Part-of: <https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/650>
Diffstat (limited to 'include')
-rw-r--r--include/librsvg/rsvg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/librsvg/rsvg.h b/include/librsvg/rsvg.h
index 3c5c99a3..04225e40 100644
--- a/include/librsvg/rsvg.h
+++ b/include/librsvg/rsvg.h
@@ -122,7 +122,7 @@ GType rsvg_error_get_type (void);
* if the base file is `/foo/bar/baz.svg`, then librsvg will
* only try to load referenced files (from SVG's
* `<image>` element, for example, or from content
- * included through XML entities) if those files are in `/foo/bar/*` or in `/foo/bar/*/.../*`.
+ * included through XML entities) if those files are in `/foo/bar/*` or in `/foo/bar/*\/.../*`.
* This is so that malicious SVG files cannot include files that are in a directory above.
*
* The full set of rules for deciding which URLs may be loaded is as follows;