*: Fix spelling mistakes found by codespell

https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1416
This commit is contained in:
Björn Daase
2020-08-19 11:26:11 +02:00
committed by Florian Müllner
parent 6ad9c99040
commit 2fc6384bca
60 changed files with 212 additions and 212 deletions

View File

@ -1078,11 +1078,11 @@ _shell_global_get_gjs_context (ShellGlobal *global)
* overview mode or the "looking glass" debug overlay, that block
* application and normal key shortcuts.
*
* Returns: %TRUE if we succesfully entered the mode. %FALSE if we couldn't
* Returns: %TRUE if we successfully entered the mode. %FALSE if we couldn't
* enter the mode. Failure may occur because an application has the pointer
* or keyboard grabbed, because Mutter is in a mode itself like moving a
* window or alt-Tab window selection, or because shell_global_begin_modal()
* was previouly called.
* was previously called.
*/
gboolean
shell_global_begin_modal (ShellGlobal *global,