diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-02 12:27:41 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-03-03 07:05:43 +0000 |
commit | 3063d55b8be2188532e3e2892f440ff0d481db71 (patch) | |
tree | bb0aea0c9002eca2bd7919b6729adaa1b613226d /external/redland/rasqal | |
parent | 34e1739d56411c81359e24dce500cb54bba6c092 (diff) |
Fix typos
Change-Id: I338dacd3cfe915714a9038e1dea4a60d586e9394
Reviewed-on: https://gerrit.libreoffice.org/34806
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'external/redland/rasqal')
-rw-r--r-- | external/redland/rasqal/rasqal.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |