diff options
author | Uli Schlachter <psychon@znc.in> | 2020-12-26 15:55:20 +0000 |
---|---|---|
committer | Uli Schlachter <psychon@znc.in> | 2020-12-26 15:55:20 +0000 |
commit | 2a48955a331e48e40bce0bcf886b41fd83ea4c6f (patch) | |
tree | 7ffe15b04bc1e55fbfbb7c491e05cce0ac55ee41 /src/cairo-script-surface.c | |
parent | 1d99f816b3804f2568ee4669cd0fe57f66ab319d (diff) | |
parent | 2eb12d3fbc7ba727a6af5ef0893f9822ecd2d7d3 (diff) | |
download | cairo-1.16.tar.gz |
Merge branch 'backport-fixes' into '1.16'1.16
Cherry-pick fixes from master into 1.16
See merge request cairo/cairo!20
Diffstat (limited to 'src/cairo-script-surface.c')
-rw-r--r-- | src/cairo-script-surface.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-script-surface.c b/src/cairo-script-surface.c index 7db7dc5b0..fb2f32222 100644 --- a/src/cairo-script-surface.c +++ b/src/cairo-script-surface.c @@ -3805,7 +3805,7 @@ cairo_script_create_for_stream (cairo_write_func_t write_func, * cairo_script_write_comment: * @script: the script (output device) * @comment: the string to emit - * @len:the length of the sting to write, or -1 to use strlen() + * @len:the length of the string to write, or -1 to use strlen() * * Emit a string verbatim into the script. * |