st: Fix typo in doc comment

Spotted by g-ir-scanner.

https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1408
This commit is contained in:
Florian Müllner 2020-08-14 00:04:38 +02:00 committed by Florian Müllner
parent 84bbedb3b3
commit 3c6f59ae6d

View File

@ -922,7 +922,7 @@ st_adjustment_get_transition (StAdjustment *adjustment,
* st_adjustment_add_transition:
* @adjustment: a #StAdjustment
* @name: a unique name for the transition
* @transtion: a #ClutterTransition
* @transition: a #ClutterTransition
*
* Add a #ClutterTransition for the adjustment. If the transiton stops, it will
* be automatically removed if #ClutterTransition:remove-on-complete is %TRUE.