From 3063d55b8be2188532e3e2892f440ff0d481db71 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 2 Mar 2017 12:27:41 +0100 Subject: Fix typos Change-Id: I338dacd3cfe915714a9038e1dea4a60d586e9394 Reviewed-on: https://gerrit.libreoffice.org/34806 Tested-by: Jenkins Reviewed-by: Noel Grandin --- external/redland/rasqal/rasqal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'external') diff --git a/external/redland/rasqal/rasqal.h b/external/redland/rasqal/rasqal.h index a8d9b4a4306e..903a5a67a735 100644 --- a/external/redland/rasqal/rasqal.h +++ b/external/redland/rasqal/rasqal.h @@ -2010,7 +2010,7 @@ typedef enum { * @version: API version - only V1 is defined for now * @query: Source for this query. * @user_data: Context user data passed into the factory methods. - * @init_triples_match: Factory method to initalise a new #rasqal_triples_match. + * @init_triples_match: Factory method to initialize a new #rasqal_triples_match. * @triple_present: Factory method to return presence or absence of a complete triple. * @free_triples_source: Factory method to deallocate resources. * @support_feature: Factory method to test support for a feature, returning non-0 if supported -- cgit