Fix typos

This commit is contained in:
Jonas Bernoulli
2019-11-06 16:13:39 +01:00
parent ed6842e5bd
commit f31d1b065d
39 changed files with 60 additions and 60 deletions

View File

@ -123,7 +123,7 @@ run_query (MuQuery *xapian, const gchar *query, MuConfig *opts, GError **err)
sortid = MU_MSG_FIELD_ID_NONE;
if (opts->sortfield) {
sortid = sort_field_from_string (opts->sortfield, err);
if (sortid == MU_MSG_FIELD_ID_NONE) /* error occured? */
if (sortid == MU_MSG_FIELD_ID_NONE) /* error occurred? */
return FALSE;
}

View File

@ -557,7 +557,7 @@ get_option_group (MuConfigCmd cmd)
/* ugh yuck massaging the GOption text output; glib prepares some text
* which has a 'Usage:' for the 'help' commmand. However, we need the
* which has a 'Usage:' for the 'help' command. However, we need the
* help for the command we're asking help for. So, we remove the Usage:
* from what glib generates. :-( */
static gchar*

View File

@ -148,7 +148,7 @@ struct _MuConfig {
* in results */
/* for find and cind */
time_t after; /* only show messages or
* adresses last seen after
* addresses last seen after
* T */
/* options for crypto
* ie, 'view', 'extract' */

View File

@ -44,7 +44,7 @@ for use in other programs.
'plain' is the default.
If you specify '--personal', only addresses that were found in mails
that include 'my' e-mail addres will be listed - so to exclude e.g.
that include 'my' e-mail address will be listed - so to exclude e.g.
mailing-list posts. Use the --my-address= option in 'mu index' to
specify what addresses are considered 'my' address.