summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorUnknown <kunda@scribus.net>2017-11-09 09:43:02 -0500
committerBryce Harrington <bryce@osg.samsung.com>2018-04-02 17:46:58 -0700
commit12cb59be7da83cf019933a163cef8d8b2601b7f4 (patch)
treebdc20384928124d46c56f0faaf72b6b5a991fe83 /util
parent33a348d69809637ba7c48cc31a9f236a5b246ae0 (diff)
downloadcairo-12cb59be7da83cf019933a163cef8d8b2601b7f4.tar.gz
Cairo trivial typos
Found using `codespell -q 3 -I cairo-whitelist.txt` whereby whitelist contained: ``` amin iff lod writen ``` Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
Diffstat (limited to 'util')
-rw-r--r--util/backtrace-symbols.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/backtrace-symbols.c b/util/backtrace-symbols.c
index 045ad7805..9931413de 100644
--- a/util/backtrace-symbols.c
+++ b/util/backtrace-symbols.c
@@ -196,7 +196,7 @@ static char** translate_addresses_buf(bfd * abfd, bfd_vma *addr, int naddr)
char *buf = &b;
int len = 0;
char **ret_buf = NULL;
- /* iterate over the formating twice.
+ /* iterate over the formatting twice.
* the first time we count how much space we need
* the second time we do the actual printing */
for (state=Count; state<=Print; state++) {