diff options
author | Tim Harder <radhermit@gentoo.org> | 2017-08-21 17:14:16 -0400 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2017-08-21 17:14:16 -0400 |
commit | 1b62e7745ff3a741d503b0e7f5724f9572f8e8a6 (patch) | |
tree | fc3e7f59d8c8639e5ea7abe1cc8918c31584ec72 /eclass | |
parent | media-gfx/scour: remove old (diff) | |
download | gentoo-1b62e7745ff3a741d503b0e7f5724f9572f8e8a6.tar.gz gentoo-1b62e7745ff3a741d503b0e7f5724f9572f8e8a6.tar.bz2 gentoo-1b62e7745ff3a741d503b0e7f5724f9572f8e8a6.zip |
xdg-utils.eclass: fix xdg_desktop_database_update function doc typo
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/xdg-utils.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/xdg-utils.eclass b/eclass/xdg-utils.eclass index 840bd7ce2012..ac075185d8e4 100644 --- a/eclass/xdg-utils.eclass +++ b/eclass/xdg-utils.eclass @@ -61,7 +61,7 @@ xdg_environment_reset() { unset DBUS_SESSION_BUS_ADDRESS } -# @FUNCTION: fdo-xdg_desktop_database_update +# @FUNCTION: xdg_desktop_database_update # @DESCRIPTION: # Updates the .desktop files database. # Generates a list of mimetypes linked to applications that can handle them |