diff --git a/lib/index/mu-indexer.cc b/lib/index/mu-indexer.cc index f9ac032a..1ebb8d99 100644 --- a/lib/index/mu-indexer.cc +++ b/lib/index/mu-indexer.cc @@ -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); } diff --git a/lib/index/mu-indexer.hh b/lib/index/mu-indexer.hh index 67341c25..06099f6d 100644 --- a/lib/index/mu-indexer.hh +++ b/lib/index/mu-indexer.hh @@ -110,5 +110,5 @@ private: -} // namepace Mu +} // namespace Mu #endif /* MU_INDEXER_HH__ */ diff --git a/lib/index/mu-scanner.hh b/lib/index/mu-scanner.hh index ac88038a..7f820a6b 100644 --- a/lib/index/mu-scanner.hh +++ b/lib/index/mu-scanner.hh @@ -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 priv_; }; -} // namepace Mu +} // namespace Mu #endif /* MU_SCANNER_HH__ */ diff --git a/lib/mu-maildir.c b/lib/mu-maildir.c index cc563018..07f27377 100644 --- a/lib/mu-maildir.c +++ b/lib/mu-maildir.c @@ -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); diff --git a/lib/mu-store.hh b/lib/mu-store.hh index 92b1bccd..76413520 100644 --- a/lib/mu-store.hh +++ b/lib/mu-store.hh @@ -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. */ diff --git a/lib/utils/mu-async-queue.hh b/lib/utils/mu-async-queue.hh index 73087fad..ddd6841e 100644 --- a/lib/utils/mu-async-queue.hh +++ b/lib/utils/mu-async-queue.hh @@ -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. diff --git a/lib/utils/mu-logger.hh b/lib/utils/mu-logger.hh index 6c17ab0f..ffd48b9e 100644 --- a/lib/utils/mu-logger.hh +++ b/lib/utils/mu-logger.hh @@ -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__ */ diff --git a/mu4e/mu4e.texi b/mu4e/mu4e.texi index b146480e..7bfd26da 100644 --- a/mu4e/mu4e.texi +++ b/mu4e/mu4e.texi @@ -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});