From 00bfb3ab4479fd3796e5c292fce7088209702d10 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Fri, 12 Jun 2020 14:02:30 +0100 Subject: tree: Fix various typos and outdated terminology MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This was mostly machine generated with the following command: ``` codespell \ --builtin clear,rare,usage \ --skip './po/*' --skip './.git/*' --skip './NEWS*' \ --write-changes . ``` using the latest git version of `codespell` as per [these instructions](https://github.com/codespell-project/codespell#user-content-updating). Then I manually checked each change using `git add -p`, made a few manual fixups and dropped a load of incorrect changes. There are still some outdated or loaded terms used in GLib, mostly to do with git branch terminology. They will need to be changed later as part of a wider migration of git terminology. If I’ve missed anything, please file an issue! Signed-off-by: Philip Withnall --- gio/gfilenamecompleter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gio/gfilenamecompleter.c') diff --git a/gio/gfilenamecompleter.c b/gio/gfilenamecompleter.c index 5883b8004..bad2c6e7a 100644 --- a/gio/gfilenamecompleter.c +++ b/gio/gfilenamecompleter.c @@ -278,7 +278,7 @@ got_enum (GObject *source_object, g_object_unref (data->completer->basenames_dir); g_list_free_full (data->completer->basenames, g_free); - /* Mark uptodate with no basenames */ + /* Mark up-to-date with no basenames */ data->completer->basenames_dir = g_object_ref (data->dir); data->completer->basenames = NULL; data->completer->basenames_are_escaped = data->should_escape; -- cgit v1.2.1