From 15055466e09872b69dbef87e5a37a8cc451d7307 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 12 Nov 2012 09:25:22 +0000 Subject: fix annoying Ressource typo Change-Id: Ie6cf3cc8e672ad9499c55bda7c29b50140c6a57a --- offapi/org/freedesktop/PackageKit/XModify.idl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'offapi') diff --git a/offapi/org/freedesktop/PackageKit/XModify.idl b/offapi/org/freedesktop/PackageKit/XModify.idl index 79e2f79cd2a4..05cc9004813f 100644 --- a/offapi/org/freedesktop/PackageKit/XModify.idl +++ b/offapi/org/freedesktop/PackageKit/XModify.idl @@ -63,21 +63,21 @@ interface XModify : com::sun::star::uno::XInterface * @since LibreOffice 3.7 */ - void InstallFontconfigRessources( [in] unsigned long xid, [in] sequence< string > resources, [in] string interaction); + void InstallFontconfigResources( [in] unsigned long xid, [in] sequence< string > resources, [in] string interaction); /** * Installs GStreamer resources ( [in] usually codecs) from a configured software source. * @since LibreOffice 3.7 */ - void InstalliGStreamerRessources( [in] unsigned long xid, [in] sequence< string > resources, [in] string interaction); + void InstalliGStreamerResources( [in] unsigned long xid, [in] sequence< string > resources, [in] string interaction); /** * Installs resources of a given type from a configured software source. * @since LibreOffice 3.7 */ - void InstallRessources( [in] unsigned long xid, [in] sequence< string > types, [in] sequence< string > resources, [in] string interaction); + void InstallResources( [in] unsigned long xid, [in] sequence< string > types, [in] sequence< string > resources, [in] string interaction); /** * Removes sequence< string > packages that provide the given local sequence< string > files. -- cgit v1.2.3