main: Fix some typos and style inconsistencies in comments

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/599
This commit is contained in:
Jonas Dreßler 2019-06-26 12:54:09 +02:00 committed by Florian Müllner
parent 6a477be874
commit b143869d5d

View File

@ -157,8 +157,8 @@ function _initializeUI() {
// Setup the stage hierarchy early
layoutManager = new Layout.LayoutManager();
// Various parts of the codebase still refers to Main.uiGroup
// instead using the layoutManager. This keeps that code
// Various parts of the codebase still refer to Main.uiGroup
// instead of using the layoutManager. This keeps that code
// working until it's updated.
uiGroup = layoutManager.uiGroup;
@ -476,7 +476,7 @@ function pushModal(actor, params) {
/**
* popModal:
* @actor: #ClutterActor passed to original invocation of pushModal().
* @actor: #ClutterActor passed to original invocation of pushModal()
* @timestamp: optional timestamp
*
* Reverse the effect of pushModal(). If this invocation is undoing