From 5bea199bae9986d7276a9b2379a577c6cea552ed Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 2 Mar 2017 12:24:24 +0100 Subject: Fix typos Change-Id: Ic6c41fbcc36c11a7528cde0986593a39c2d6738b Reviewed-on: https://gerrit.libreoffice.org/34803 Tested-by: Jenkins Reviewed-by: Noel Grandin --- offapi/com/sun/star/ui/XSidebar.idl | 2 +- offapi/org/freedesktop/PackageKit/XQuery.idl | 2 +- offapi/type_reference/typelibrary_history.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'offapi') diff --git a/offapi/com/sun/star/ui/XSidebar.idl b/offapi/com/sun/star/ui/XSidebar.idl index d5c495e05170..1881804d8b8e 100644 --- a/offapi/com/sun/star/ui/XSidebar.idl +++ b/offapi/com/sun/star/ui/XSidebar.idl @@ -29,7 +29,7 @@ interface XSidebar { /** Request layout of the sidebar. Call this method when one of the panels wants to change its size due to - late initilization or different content after a context change. + late initialization or different content after a context change. */ void requestLayout (); } ; diff --git a/offapi/org/freedesktop/PackageKit/XQuery.idl b/offapi/org/freedesktop/PackageKit/XQuery.idl index ecfe1aadece5..d55ffcf8756a 100644 --- a/offapi/org/freedesktop/PackageKit/XQuery.idl +++ b/offapi/org/freedesktop/PackageKit/XQuery.idl @@ -18,7 +18,7 @@ module freedesktop module PackageKit { /** - * The interface used for quering the package database. + * The interface used for querying the package database. * * @sa * https://git.gnome.org/browse/gnome-software/tree/src/org.freedesktop.PackageKit.xml diff --git a/offapi/type_reference/typelibrary_history.txt b/offapi/type_reference/typelibrary_history.txt index 02b7fee0af53..7f375fa27ca1 100644 --- a/offapi/type_reference/typelibrary_history.txt +++ b/offapi/type_reference/typelibrary_history.txt @@ -105,7 +105,7 @@ 05/15/06 (JSC, TL): TaskID=i54823,i62825 adapt the documentation because of specification errors which have never matched - the existing implmentation. + the existing implementation. Style -> FollowStyle property is now of type string instead of boolean TextTableRow -> TableColumnSeparators is now a sequence instead of the single return -- cgit