File: 1002_fix-typo.patch

package info (click to toggle)
repowerd 2022.01-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,048 kB
  • sloc: cpp: 23,768; ansic: 397; xml: 219; makefile: 12
file content (15 lines) | stat: -rw-r--r-- 668 bytes parent folder | download
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>