[plasma/kinfocenter] /: Fix various typos
Harald Sitter
null at kde.org
Fri Nov 7 01:22:44 GMT 2025
Git commit 30c97947a74c2f9d119b979c61bda8644a40b7b5 by Harald Sitter, on behalf of Kunda Ki.
Committed on 07/11/2025 at 01:22.
Pushed by sitter into branch 'master'.
Fix various typos
Found via: `codespell -S "*.actions,*.appdata.xml,*.desktop,*.json,*.json.cmake,*.json.in,*.po,./po" -L distroname`
M +1 -1 doc/index.docbook
M +1 -1 kcms/CMakeLists.txt
M +2 -2 kcms/energy/ui/main.qml
M +1 -1 src/qml/CommandOutputKCM.qml
https://invent.kde.org/plasma/kinfocenter/-/commit/30c97947a74c2f9d119b979c61bda8644a40b7b5
diff --git a/doc/index.docbook b/doc/index.docbook
index 0294b6fa5..549c20504 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -754,7 +754,7 @@ hardware independent interface for 3D graphics.</para>
<para><acronym>GLX</acronym> is the binding for OpenGL to X Window system.</para>
-<para> <acronym>DRI</acronym> (Direct Rendering Infrastucture) provides hardware acceleration for OpenGL.
+<para> <acronym>DRI</acronym> (Direct Rendering Infrastructure) provides hardware acceleration for OpenGL.
You must have a videocard with 3D accelerator and properly installed driver for this.</para>
<para> </para>
diff --git a/kcms/CMakeLists.txt b/kcms/CMakeLists.txt
index ecb646f42..d9de060a1 100644
--- a/kcms/CMakeLists.txt
+++ b/kcms/CMakeLists.txt
@@ -22,7 +22,7 @@ add_subdirectory(sensors)
add_subdirectory( samba )
find_package(USB1 MODULE)
-set_package_properties(USB1 PROPERTIES DESCRIPTION "library that provides generic access to USB devicess"
+set_package_properties(USB1 PROPERTIES DESCRIPTION "library that provides generic access to USB devices"
URL "https://libusb.info/"
TYPE OPTIONAL
PURPOSE "View USB devices in kinfocenter"
diff --git a/kcms/energy/ui/main.qml b/kcms/energy/ui/main.qml
index 5db20804d..dfb689f11 100644
--- a/kcms/energy/ui/main.qml
+++ b/kcms/energy/ui/main.qml
@@ -67,8 +67,8 @@ KCM.SimpleKCM {
function format_yesno(value) {
return value
- ? i18nc("@info:label The battery has a certain capability, such as `Rechargable:`", "Yes")
- : i18nc("@info:label The battery doesn't have a certain capability, such as `Rechargable:`", "No");
+ ? i18nc("@info:label The battery has a certain capability, such as `Rechargeable:`", "Yes")
+ : i18nc("@info:label The battery doesn't have a certain capability, such as `Rechargeable:`", "No");
}
function format_percentage(value) {
diff --git a/src/qml/CommandOutputKCM.qml b/src/qml/CommandOutputKCM.qml
index 8a456f1a7..8e26f7eac 100644
--- a/src/qml/CommandOutputKCM.qml
+++ b/src/qml/CommandOutputKCM.qml
@@ -211,7 +211,7 @@ KCM.SimpleKCM {
}
// This is a bit flimsy but we want to switch the content of the KCM around, based on the data state.
- // We could switch around visiblity but a Loader seems neater over all.
+ // We could switch around visibility but a Loader seems neater over all.
Loader {
id: contentLoader
Layout.fillWidth: true
More information about the kde-doc-english
mailing list