libgnt/libgnt

Fix typos in libgnt

2021-10-11, Elliott Sales de Andrade
90dfa93808ad
Fix typos in libgnt

Ran `codespell -w` and reverted a few false positives.

Testing Done:
Compile only.

Reviewed at https://reviews.imfreedom.org/r/1021/
// SPDX-FileCopyrightText: 2021 GNOME Foundation
// SPDX-License-Identifier: LGPL-2.1-or-later
// A map between namespaces and base URLs for their online documentation
baseURLs = [
[ 'GLib', 'https://docs.gtk.org/glib/' ],
[ 'GObject', 'https://docs.gtk.org/gobject/' ],
]