From d6fc0081f53ebc5b12ffff917cf3c04c270a69f1 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Sun, 1 Mar 2020 18:23:19 +0100 Subject: mime-xdg.bbclass: Fix typo in comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller Signed-off-by: Richard Purdie --- meta/classes/mime-xdg.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/mime-xdg.bbclass b/meta/classes/mime-xdg.bbclass index 63169e990d..642a5b7595 100644 --- a/meta/classes/mime-xdg.bbclass +++ b/meta/classes/mime-xdg.bbclass @@ -8,7 +8,7 @@ PACKAGE_WRITE_DEPS += "desktop-file-utils-native" DESKTOPDIR = "${datadir}/applications" # There are recipes out there installing their .desktop files as absolute -# symlinks. For us these are dangling and cannot be introspected for "MymeType" +# symlinks. For us these are dangling and cannot be introspected for "MimeType" # easily. By addding package-names to MIME_XDG_PACKAGES, packager can force # proper update-desktop-database handling. Note that all introspection is # skipped for MIME_XDG_PACKAGES not empty -- cgit 1.2.3-korg