summaryrefslogtreecommitdiffstats
path: root/src/libnrtype
diff options
context:
space:
mode:
authorluzpaz <luzpaz@users.noreply.github.com>2017-12-01 18:07:34 +0000
committerluzpaz <kunda@scribus.net>2017-12-04 01:55:06 +0000
commiteb07ba085151be60d518ce6310a33e413d699a32 (patch)
tree4530b037a2c813960396a8125561620c0305589f /src/libnrtype
parentOptionaly measure only selected elements (diff)
downloadinkscape-eb07ba085151be60d518ce6310a33e413d699a32.tar.gz
inkscape-eb07ba085151be60d518ce6310a33e413d699a32.zip
Misc. typos
Please confirm typos in the following `doc/nr-filter-interface.txt` `share/symbols/BalloonSymbols.svg` .
Diffstat (limited to 'src/libnrtype')
-rw-r--r--src/libnrtype/Layout-TNG-Output.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libnrtype/Layout-TNG-Output.cpp b/src/libnrtype/Layout-TNG-Output.cpp
index 9a73b9eca..984c2dd1a 100644
--- a/src/libnrtype/Layout-TNG-Output.cpp
+++ b/src/libnrtype/Layout-TNG-Output.cpp
@@ -625,7 +625,7 @@ Glib::ustring Layout::dumpAsText() const
+ Glib::ustring::compose(" direction %1, block-progression %2\n", direction_to_text(_spans[span_index].direction), direction_to_text(_spans[span_index].block_progression))
+ " ** characters:\n";
Glib::ustring::const_iterator iter_char = _spans[span_index].input_stream_first_character;
- // very inefficent code. what the hell, it's only debug stuff.
+ // very inefficient code. what the hell, it's only debug stuff.
for (unsigned char_index = 0 ; char_index < _characters.size() ; char_index++) {
union {const PangoLogAttr* pattr; const unsigned* uattr;} u;
u.pattr = &_characters[char_index].char_attributes;