Fix typos
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
||||
@ -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*
|
||||
|
||||
@ -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' */
|
||||
|
||||
@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user