1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
Description: Typo fix.
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Forwarded: https://gitlab.com/ubports/development/core/repowerd/-/merge_requests/42
--- a/src/adapters/unity_screen_service.cpp
+++ b/src/adapters/unity_screen_service.cpp
@@ -137,7 +137,7 @@
<arg type='s' name='cookie' direction='in' />
</method>
<method name='getBrightnessParams'>
- <!-- Returns dim, min, max, and default brighness and whether or not
+ <!-- Returns dim, min, max, and default brightness and whether or not
autobrightness is supported, in that order -->
<arg type='(iiiib)' name='params' direction="out" />
</method>
|