grim/glibre

Fix some typos
default tip
14 months ago, Elliott Sales de Andrade
f5f875b772b5
Fix some typos

Testing Done:
Re-configured.

Reviewed at https://reviews.imfreedom.org/r/2296/
Dependencies
============
glibre depends on:
glib-2.0 >= 2.24.0
gtk-4.0 >= 4.6.0
All of these packages and their development headers need to be installed
prior to building glibre.
Building
========
glibre uses meson as its build system. As such compiling is a little bit
different than your typical ./configure, make, sudo make install. But not by
much. To compile and install glibre you need run the following commands:
meson setup build
ninja -C build install