docs: fix various typos and misspellings (#2955)

This commit is contained in:
Antoine Cœur
2022-04-21 22:28:38 +08:00
committed by GitHub
parent 0eb1857c6c
commit bdac708762
53 changed files with 91 additions and 92 deletions

View File

@@ -600,7 +600,7 @@ void Application::Impl::on_activate()
/* GApplication emits an 'activate' signal when bootstrapping the primary.
* Ordinarily we handle that by presenting the main window, but if the user
* user started Transmission minimized, ignore that initial signal... */
* started Transmission minimized, ignore that initial signal... */
if (is_iconified_ && activation_count_ == 1)
{
return;