diff --git a/README.md b/README.md index 04304488..45f7d2b7 100644 --- a/README.md +++ b/README.md @@ -199,7 +199,7 @@ Because comma is also used as option delimiter and needs to be escaped for value Note: Width and Height are set automatically based on the font_size, but can be overridden. -Note: RAPL is currently used for Intel CPUs to show power draw with `cpu_power` which may be unreadable for non-root users due to [vulnerability](https://platypusattack.com/). The corresponding `energy_uj` file has to be readable by corrensponding user, e.g. by running `chmod o+r /sys/class/powercap/intel-rapl\:0/energy_uj` as root, else the power shown will be *0 W*, though having the file readable may potentially be a security vulnerability persisting until system reboots. +Note: RAPL is currently used for Intel CPUs to show power draw with `cpu_power` which may be unreadable for non-root users due to [vulnerability](https://platypusattack.com/). The corresponding `energy_uj` file has to be readable by corresponding user, e.g. by running `chmod o+r /sys/class/powercap/intel-rapl\:0/energy_uj` as root, else the power shown will be *0 W*, though having the file readable may potentially be a security vulnerability persisting until system reboots. ## Vsync ### OpenGL Vsync - `-1` = Adaptive sync diff --git a/bin/MangoHud.conf b/bin/MangoHud.conf index b8d27261..3efc9ef3 100644 --- a/bin/MangoHud.conf +++ b/bin/MangoHud.conf @@ -101,7 +101,7 @@ position=top-left # engine_version # wine -### Disable / hide the hud by deafult +### Disable / hide the hud by default # no_display ### Hud position offset diff --git a/bin/mangohud.in b/bin/mangohud.in index eadce2d2..8ec21de9 100755 --- a/bin/mangohud.in +++ b/bin/mangohud.in @@ -19,7 +19,7 @@ if [ "$MANGOHUD_DLSYM" = "1" ]; then MANGOHUD_LIB_NAME="@ld_libdir_mangohud_abs@libMangoHud_dlsym.so:${MANGOHUD_LIB_NAME}" fi -# Preload using the plain filesnames of the libs, the dynamic linker will +# Preload using the plain filenames of the libs, the dynamic linker will # figure out whether the 32 or 64 bit version should be used, and will search # for it in the correct directory LD_PRELOAD="${LD_PRELOAD}:${MANGOHUD_LIB_NAME}" diff --git a/bin/run-mangohud-gl-pkg.sh b/bin/run-mangohud-gl-pkg.sh index b8702593..a09ac514 100755 --- a/bin/run-mangohud-gl-pkg.sh +++ b/bin/run-mangohud-gl-pkg.sh @@ -14,7 +14,7 @@ if [ "$#" -eq 0 ]; then fi # Execute the program under a clean environment -# pass through the overriden LD_PRELOAD environment variables +# pass through the overridden LD_PRELOAD environment variables LD_PRELOAD="${LD_PRELOAD}:${MANGOHUD_LIB_NAME}" exec env MANGOHUD=1 LD_PRELOAD="${LD_PRELOAD}" "$@" diff --git a/bin/run-mangohud-gl.sh b/bin/run-mangohud-gl.sh index 3cd7ebc2..6abb1f9a 100755 --- a/bin/run-mangohud-gl.sh +++ b/bin/run-mangohud-gl.sh @@ -15,7 +15,7 @@ if [ "$#" -eq 0 ]; then fi # Execute the program under a clean environment -# pass through the overriden LD_PRELOAD environment variables +# pass through the overridden LD_PRELOAD environment variables LD_PRELOAD="${LD_PRELOAD}:${MANGOHUD_LIB_NAME}" LD_LIBRARY_PATH="${XDG_DATA_HOME}/MangoHud"