Fix typos

This commit is contained in:
Jonas Bernoulli 2020-07-25 16:27:34 +02:00
parent 6d73ca8ec3
commit b711ad9151
8 changed files with 10 additions and 10 deletions

View File

@ -212,7 +212,7 @@ Indexer::Private::cleanup()
return false;
if (::access(path.c_str(), F_OK) != 0) {
g_debug ("%s not found; queing id=%u for removal",
g_debug ("%s not found; queueing id=%u for removal",
path.c_str(), id);
orphans_.emplace_back(id);
}

View File

@ -110,5 +110,5 @@ private:
} // namepace Mu
} // namespace Mu
#endif /* MU_INDEXER_HH__ */

View File

@ -51,7 +51,7 @@ public:
/**
* Construct a scanner object for scanning a directory, recursively.
*
* If handler is a directroy
* If handler is a directory
*
*
* @param root_dir root dir to start scanning
@ -91,6 +91,6 @@ private:
std::unique_ptr<Private> priv_;
};
} // namepace Mu
} // namespace Mu
#endif /* MU_SCANNER_HH__ */

View File

@ -922,7 +922,7 @@ msg_move (const char* src, const char *dst, GError **err)
if (rename (src, dst) == 0) /* seems it worked. */
return msg_move_check_post (src, dst, err);
if (errno != EXDEV) /* some unrecoverable error occured */
if (errno != EXDEV) /* some unrecoverable error occurred */
return mu_util_g_set_error
(err, MU_ERROR_FILE,"error moving %s to %s", src, dst);

View File

@ -82,7 +82,7 @@ public:
std::time_t created; /**< database creation time */
bool read_only; /**< Is the database opened read-only? */
size_t batch_size; /**< Maximum database tranasction batch size */
size_t batch_size; /**< Maximum database transaction batch size */
std::string root_maildir; /**< Absolute path to the top-level maildir */
@ -239,7 +239,7 @@ public:
bool empty() const;
/**
* Commit the current group of modifcations (i.e., transaction) to disk;
* Commit the current group of modifications (i.e., transaction) to disk;
* This rarely needs to be called explicitly, as Store will take care of
* it.
*/

View File

@ -81,7 +81,7 @@ public:
/**
* Pop an item from the queue
*
* @param receives the value if the funtion returns true
* @param receives the value if the function returns true
* @param timeout optional time to wait for an item to become available
*
* @return true if an item was popped (into val), false otherwise.

View File

@ -66,7 +66,7 @@ void log_set_options (LogOptions opts);
LogOptions log_get_options ();
} // namepace Mu
} // namespace Mu
MU_ENABLE_BITOPS(Mu::LogOptions);
#endif /* MU_LOGGER_HH__ */

View File

@ -4112,7 +4112,7 @@ You can do so using Emacs' MIME-support --- check the
@t{Attachments}-menu while composing a message. Also see @ref{Signing
and encrypting}.
@subsection Addres auto-completion does not work?
@subsection Address auto-completion does not work?
If you have set @code{mu4e-compose-complete-only-personal} to non-nil,
@t{mu4e} only completes 'personal' addresses - so you tell it about
your e-mail addresses when setting up the database (@t{mu init});