summaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-01-09 22:55:28 +0100
committerAshod Nakashian <ashod.nakashian@collabora.co.uk>2016-07-20 01:25:53 -0400
commitd955148381be3496b091fab7c2335d080634d376 (patch)
treefed9feebbc3cf62cc75b7a5d7d11d4391ac66521 /external
parent1ca1ab42e7a7e7132375cb07745b33f635dd62e8 (diff)
Fix typos
Reviewed-on: https://gerrit.libreoffice.org/21209 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Ashod Nakashian <ashnakash@gmail.com> (cherry picked from commit 64d624b65124ac02d8ee59b135593fd9d8eb9067) Change-Id: I9a5940027423ff0791fa7da0b79b617412ce6b86
Diffstat (limited to 'external')
-rw-r--r--external/redland/rasqal/rasqal.h8
-rw-r--r--external/unixODBC/inc/odbc/sqlext.h2
2 files changed, 5 insertions, 5 deletions
diff --git a/external/redland/rasqal/rasqal.h b/external/redland/rasqal/rasqal.h
index b054e50ecd4d..fb766af42535 100644
--- a/external/redland/rasqal/rasqal.h
+++ b/external/redland/rasqal/rasqal.h
@@ -1491,10 +1491,10 @@ int rasqal_data_graph_print(rasqal_data_graph* dg, FILE* fh);
/**
* rasqal_compare_flags:
- * @RASQAL_COMPARE_NOCASE: String comparisons are case independent.
- * @RASQAL_COMPARE_XQUERY: XQuery comparsion rules apply.
- * @RASQAL_COMPARE_RDF: RDF Term comparsion rules apply.
- * @RASQAL_COMPARE_URI: Allow comparison of URIs and allow strings to have a boolean value (unused; was for RDQL)
+ * @RASQAL_COMPARE_NOCASE: String comparisions are case independent.
+ * @RASQAL_COMPARE_XQUERY: XQuery comparision rules apply.
+ * @RASQAL_COMPARE_RDF: RDF Term comparision rules apply.
+ * @RASQAL_COMPARE_URI: Allow comparision of URIs and allow strings to have a boolean value (unused; was for RDQL)
* @RASQAL_COMPARE_SAMETERM: SPARQL sameTerm() builtin rules apply.
*
* Flags for rasqal_expression_evaluate(), rasqal_literal_compare() or
diff --git a/external/unixODBC/inc/odbc/sqlext.h b/external/unixODBC/inc/odbc/sqlext.h
index 6520bddad8af..5bc9d7d80088 100644
--- a/external/unixODBC/inc/odbc/sqlext.h
+++ b/external/unixODBC/inc/odbc/sqlext.h
@@ -618,7 +618,7 @@ extern "C" { /* Assume C declarations for C++ */
/********************************************/
/* SQLGetFunctions: additional values for */
-/* fFunction to represent functions that */
+/* Function to represent functions that */
/* are not in the X/Open spec. */
/********************************************/