summaryrefslogtreecommitdiff
path: root/mixlib/mix_symbol_table.h
diff options
context:
space:
mode:
authorPeter Pentchev <roam@ringlet.net>2020-06-19 18:21:34 +0300
committerPeter Pentchev <roam@debian.org>2020-06-19 18:21:34 +0300
commit57608bb3e450b54c439ed16b2c616fb5456e568f (patch)
tree4738ab1bec438d9a60d2f392ff915528be8461d8 /mixlib/mix_symbol_table.h
parentdda6b32738bbd28b263e308fb6cfb12391252407 (diff)
Correct some typographical and grammatical errors.
Forwarded: not-yet Last-Update: 2019-01-23 At least two typos in the intl/ directory were left as-is, since this seems to be imported libintl source code. Gbp-Pq: Name typos.patch
Diffstat (limited to 'mixlib/mix_symbol_table.h')
-rw-r--r--mixlib/mix_symbol_table.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mixlib/mix_symbol_table.h b/mixlib/mix_symbol_table.h
index 904c828..b477879 100644
--- a/mixlib/mix_symbol_table.h
+++ b/mixlib/mix_symbol_table.h
@@ -53,7 +53,7 @@ mix_symbol_table_merge_table (mix_symbol_table_t *table,
const mix_symbol_table_t *from);
extern gboolean
-mix_symbol_table_substract_table (mix_symbol_table_t *table,
+mix_symbol_table_subtract_table (mix_symbol_table_t *table,
const mix_symbol_table_t *other);
/* Add/remove symbols one by one */