diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-11-12 09:25:22 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-11-12 11:18:29 +0000 |
commit | 15055466e09872b69dbef87e5a37a8cc451d7307 (patch) | |
tree | a2403dbb8b0d29c85a4efc6e8394fffc250fcc59 /offapi/org | |
parent | 592f1e5b04ed3a2abb3286204b053afe9f2a49a9 (diff) |
fix annoying Ressource typo
Change-Id: Ie6cf3cc8e672ad9499c55bda7c29b50140c6a57a
Diffstat (limited to 'offapi/org')
-rw-r--r-- | offapi/org/freedesktop/PackageKit/XModify.idl | 6 |
1 files changed, 3 insertions, 3 deletions
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. |