Fix typo: "relys" to "relies" in documentation

Corrected a grammatical error in the documentation by changing "PowerDisplay relys on" to "PowerDisplay relies on" for improved clarity and accuracy.
This commit is contained in:
Yu Leng
2025-12-09 11:24:23 +08:00
parent b409f1e4bf
commit 393b0af104
2 changed files with 4 additions and 14 deletions

View File

@@ -308,6 +308,7 @@ CRECT
CRH
critsec
cropandlock
crt
Crossdevice
csdevkit
CSearch
@@ -554,6 +555,7 @@ FARPROC
fdx
fesf
FFFF
FFh
Figma
FILEEXPLORER
fileexploreraddons
@@ -596,7 +598,6 @@ FORPARSING
foundrylocal
FPrimary
FRAMECHANGED
Framechanged
frm
FROMTOUCH
fsanitize
@@ -1002,7 +1003,6 @@ MAPTOSAMESHORTCUT
MAPVK
MARKDOWNPREVIEWHANDLERCPP
MAXIMIZEBOX
Maximizebox
MAXSHORTCUTSIZE
maxversiontested
mber
@@ -1014,7 +1014,6 @@ mdtext
mdtxt
mdwn
Mccs
mccs
meme
memicmp
MENUITEMINFO
@@ -1035,7 +1034,6 @@ mikeclayton
mindaro
Minimizable
MINIMIZEBOX
Minimizebox
MINIMIZEEND
MINIMIZESTART
MINMAXINFO
@@ -1055,7 +1053,6 @@ MODALFRAME
MODESPRUNED
MONITORENUMPROC
MONITORINFO
Monitorinfo
MONITORINFOEX
MONITORINFOEXW
monitorinfof
@@ -1181,7 +1178,6 @@ NOMCX
NOMINMAX
NOMIRRORBITMAP
NOMOVE
Nomove
NONANTIALIASED
nonclient
NONCLIENTMETRICSW
@@ -1203,7 +1199,6 @@ NORMALUSER
NOSEARCH
NOSENDCHANGING
NOSIZE
Nosize
NOTHOUSANDS
NOTICKS
NOTIFICATIONSDLL
@@ -1211,7 +1206,6 @@ NOTIFYICONDATA
NOTIFYICONDATAW
NOTIMPL
NOTOPMOST
Notopmost
NOTRACK
NOTSRCCOPY
NOTSRCERASE
@@ -1731,7 +1725,6 @@ STARTUPINFOW
startupscreen
STATFLAG
STATICEDGE
Staticedge
STATSTG
stdafx
STDAPI
@@ -1794,7 +1787,6 @@ syskeydown
SYSKEYUP
SYSLIB
SYSMENU
Sysmenu
systemai
SYSTEMAPPS
SYSTEMMODAL
@@ -1834,7 +1826,6 @@ THEMECHANGED
themeresources
THH
THICKFRAME
Thickframe
THISCOMPONENT
throughs
TILEDWINDOW
@@ -1947,9 +1938,9 @@ vcamp
VCENTER
vcgtq
VCINSTALLDIR
vcp
VCP
vcpcodes
vcpname
Vcpkg
VCRT
vcruntime
@@ -1963,7 +1954,6 @@ VERSIONINFO
VERTRES
VERTSIZE
VESA
vesa
VFT
Vga
vget

View File

@@ -65,7 +65,7 @@ embedded in display cables.
Most monitors (external monitors) support DDC/CI, allowing applications to read and modify settings
like brightness and contrast programmatically. But unfortunately, even if a monitor supports DDC/CI,
they may only support a limited subset of VCP codes, or have buggy implementations. PowerDisplay relys on
they may only support a limited subset of VCP codes, or have buggy implementations. PowerDisplay relies on
the monitor-reported capabilities string to determine supported features. But if your monitor's manufacturer
has a poor DDC/CI implementation, some features may not work as expected. And we can do nothing about it.