[anjuta] symbol-db: Fix "parenthesis" typos
- From: Sebastien Granjoux <sgranjoux src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta] symbol-db: Fix "parenthesis" typos
- Date: Sun, 6 Jan 2013 17:34:24 +0000 (UTC)
commit f4d9bbb54d5c67753a762d2fe09beca023d16340
Author: Arnel A. Borja <kyoushuu yahoo com>
Date: Mon Nov 19 10:01:37 2012 +0800
symbol-db: Fix "parenthesis" typos
plugins/symbol-db/anjuta-tags/flex.c | 4 ++--
plugins/symbol-db/anjuta-tags/sql.c | 4 ++--
plugins/symbol-db/benchmark/data/hash_values.log | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/plugins/symbol-db/anjuta-tags/flex.c b/plugins/symbol-db/anjuta-tags/flex.c
index dd58f43..038ac4e 100644
--- a/plugins/symbol-db/anjuta-tags/flex.c
+++ b/plugins/symbol-db/anjuta-tags/flex.c
@@ -728,7 +728,7 @@ static void skipArgumentList (tokenInfo *const token)
* Other databases can have arguments with fully declared
* datatypes:
* ( name varchar(30), text binary(10) )
- * So we must check for nested open and closing parantheses
+ * So we must check for nested open and closing parentheses
*/
if (isType (token, TOKEN_OPEN_PAREN)) /* arguments? */
@@ -1782,7 +1782,7 @@ static boolean parseStatement (tokenInfo *const token)
if (isType (token, TOKEN_CLOSE_CURLY))
{
/*
- * Assume the closing parantheses terminates
+ * Assume the closing parenthesis terminates
* this statements.
*/
is_terminated = TRUE;
diff --git a/plugins/symbol-db/anjuta-tags/sql.c b/plugins/symbol-db/anjuta-tags/sql.c
index e01c5d4..6c0c76a 100644
--- a/plugins/symbol-db/anjuta-tags/sql.c
+++ b/plugins/symbol-db/anjuta-tags/sql.c
@@ -789,7 +789,7 @@ static void skipArgumentList (tokenInfo *const token)
* Other databases can have arguments with fully declared
* datatypes:
* ( name varchar(30), text binary(10) )
- * So we must check for nested open and closing parantheses
+ * So we must check for nested open and closing parentheses
*/
if (isType (token, TOKEN_OPEN_PAREN)) /* arguments? */
@@ -867,7 +867,7 @@ static void parseSubProgram (tokenInfo *const token)
/*
* Read token after which could be the
* command terminator if a prototype
- * or an open parantheses
+ * or an open parenthesis
*/
readToken (token);
if (isType (token, TOKEN_OPEN_PAREN))
diff --git a/plugins/symbol-db/benchmark/data/hash_values.log b/plugins/symbol-db/benchmark/data/hash_values.log
index a168be5..b617459 100644
--- a/plugins/symbol-db/benchmark/data/hash_values.log
+++ b/plugins/symbol-db/benchmark/data/hash_values.log
@@ -7788,8 +7788,8 @@ macro|PREFS_BUILDER
macro|PREF_INDENT_AUTOMATIC
macro|PREF_INDENT_STATEMENT_SIZE
macro|PREF_INDENT_BRACE_SIZE
-macro|PREF_INDENT_PARANTHESE_LINEUP
-macro|PREF_INDENT_PARANTHESE_SIZE
+macro|PREF_INDENT_PARENTHESIS_LINEUP
+macro|PREF_INDENT_PARENTHESIS_SIZE
macro|PREF_BRACE_AUTOCOMPLETION
macro|TAB_SIZE
macro|USE_SPACES_FOR_INDENTATION
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]