From 12f17a23dfdf51b2cad3dfa48868b385aa19c4af Mon Sep 17 00:00:00 2001 From: Ruediger Meier Date: Wed, 30 Nov 2016 15:16:45 +0100 Subject: misc: fix typos using codespell # command used was: $ ~/src/codespell/codespell \ -w -D /home/rudi/src/codespell/build/lib/codespell_lib/data/dictionary.txt \ $(git ls-files | grep -v "^po/\|\.xz$\|\.gz$\|\.bz2$\|\.img$\|^Documentation/releases/") BTW some manually grammer fixes: s/uses/used/ s/begin/beginning/ Signed-off-by: Ruediger Meier --- libsmartcols/src/table.c | 4 ++-- libsmartcols/src/table_print.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'libsmartcols') diff --git a/libsmartcols/src/table.c b/libsmartcols/src/table.c index 5a6318d78..68f570d26 100644 --- a/libsmartcols/src/table.c +++ b/libsmartcols/src/table.c @@ -737,7 +737,7 @@ int scols_table_set_default_symbols(struct libscols_table *tb) * draw tree output. If no symbols are used for the table then library creates * default temporary symbols to draw output by scols_table_set_default_symbols(). * - * If @sy is NULL then remove reference from the currenly uses symbols. + * If @sy is NULL then remove reference from the currently used symbols. * * Returns: 0, a negative value in case of an error. */ @@ -749,7 +749,7 @@ int scols_table_set_symbols(struct libscols_table *tb, /* remove old */ if (tb->symbols) { - DBG(TAB, ul_debugobj(tb, "remove symbols %p refrence", tb->symbols)); + DBG(TAB, ul_debugobj(tb, "remove symbols %p reference", tb->symbols)); scols_unref_symbols(tb->symbols); tb->symbols = NULL; } diff --git a/libsmartcols/src/table_print.c b/libsmartcols/src/table_print.c index c73154ec6..c2c178f72 100644 --- a/libsmartcols/src/table_print.c +++ b/libsmartcols/src/table_print.c @@ -1471,7 +1471,7 @@ done: /** * scols_table_print_range_to_string: * @tb: table - * @start: first printed line or NULL to print from the beggin of the table + * @start: first printed line or NULL to print from the beginning of the table * @end: last printed line or NULL to print all from start. * @data: pointer to the beginning of a memory area to print to * -- cgit v1.2.3-55-g7522