Doc fixes

https://bugzilla.gnome.org/show_bug.cgi?id=663277
This commit is contained in:
Jasper St. Pierre
2011-11-02 12:24:49 -04:00
parent 703d2ead33
commit 628e59894b
19 changed files with 41 additions and 36 deletions

View File

@ -857,7 +857,7 @@ _shell_global_get_gjs_context (ShellGlobal *global)
* overview mode or the "looking glass" debug overlay, that block
* application and normal key shortcuts.
*
* Returns value: %TRUE if we succesfully entered the mode. %FALSE if we couldn't
* Returns: %TRUE if we succesfully 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()
@ -1964,7 +1964,7 @@ shell_global_screenshot_window (ShellGlobal *global,
* will enable a login dialog and run in a more confined
* way. This type is suitable for the display manager.
*
* Returns the type of session gnome-shell is providing.
* Returns: the type of session gnome-shell is providing.
*/
ShellSessionType
shell_global_get_session_type (ShellGlobal *global)