diff options
author | Efraim Flashner <[email protected]> | 2025-02-19 11:11:03 +0200 |
---|---|---|
committer | Efraim Flashner <[email protected]> | 2025-02-19 11:21:47 +0200 |
commit | 66daf46b411ea68893d3066e654f38fc05d6f286 (patch) | |
tree | 2ce35923cbe23e485b483ad93db0a93bf144aee7 /gnu/packages/kde-frameworks.scm | |
parent | 77ad73b333d80b60dd9861c75d1dd93d3e4ae33c (diff) |
gnu: Fix some misspellings.
Change-Id: I316652aff7418af4b8e83bea24638b1513f8aa97
Diffstat (limited to 'gnu/packages/kde-frameworks.scm')
-rw-r--r-- | gnu/packages/kde-frameworks.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 4f241cc2e3..d1ed61aac7 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -496,7 +496,7 @@ used, but this framework provides a wrapper script to make generating the documentation more convenient (including reading settings from the target framework or other module) and a standard template for the generated documentation.") - ;; Most parts are bsd-2, but incuded jquery is expat + ;; Most parts are bsd-2, but included jquery is expat ;; This list is taken from http://packaging.neon.kde.org/cgit/ (license (list license:bsd-2 license:expat)))) @@ -985,7 +985,7 @@ as well as an API to create KDED modules.") (native-inputs (list extra-cmake-modules qttools)) (inputs - (list avahi ; alternativly dnssd could be used + (list avahi ; alternatively dnssd could be used qtbase)) (home-page "https://community.kde.org/Frameworks") (synopsis "Network service discovery using Zeroconf") @@ -3480,7 +3480,7 @@ their settings.") (synopsis "Integration of QML and KDE work spaces") (description "KDeclarative provides integration of QML and KDE work spaces. It's comprises two parts: a library used by the C++ part of your application to -intergrate QML with KDE Frameworks specific features, and a series of QML imports +integrate QML with KDE Frameworks specific features, and a series of QML imports that offer bindings to some of the Frameworks.") ;; dual licensed (license (list license:gpl2+ license:lgpl2.1+)))) |