[libcroco] Typo fix s/Instanciation/instantiation/
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libcroco] Typo fix s/Instanciation/instantiation/
- Date: Sun, 26 Mar 2017 11:19:32 +0000 (UTC)
commit 0a894220ee8b5306e501371156cce1cb04a5d1f2
Author: Mattia Rizzolo <mattia debian org>
Date: Tue Jan 3 10:12:52 2017 +0100
Typo fix s/Instanciation/instantiation/
https://bugzilla.gnome.org/show_bug.cgi?id=776798
src/cr-om-parser.c | 2 +-
src/cr-statement.c | 12 ++++++------
2 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/src/cr-om-parser.c b/src/cr-om-parser.c
index 36a6697..ccc45b3 100644
--- a/src/cr-om-parser.c
+++ b/src/cr-om-parser.c
@@ -815,7 +815,7 @@ cr_om_parser_new (CRInput * a_input)
PRIVATE (result)->parser = cr_parser_new_from_input (a_input);
if (!PRIVATE (result)->parser) {
- cr_utils_trace_info ("parsing instanciation failed");
+ cr_utils_trace_info ("parsing instantiation failed");
goto error;
}
diff --git a/src/cr-statement.c b/src/cr-statement.c
index 638e5bb..241fa5f 100644
--- a/src/cr-statement.c
+++ b/src/cr-statement.c
@@ -1195,14 +1195,14 @@ cr_statement_at_media_rule_parse_from_buf (const guchar * a_buf,
parser = cr_parser_new_from_buf ((guchar*)a_buf, strlen ((const char *) a_buf),
a_enc, FALSE);
if (!parser) {
- cr_utils_trace_info ("Instanciation of the parser failed");
+ cr_utils_trace_info ("Instantiation of the parser failed");
goto cleanup;
}
sac_handler = cr_doc_handler_new ();
if (!sac_handler) {
cr_utils_trace_info
- ("Instanciation of the sac handler failed");
+ ("Instantiation of the sac handler failed");
goto cleanup;
}
@@ -1381,7 +1381,7 @@ cr_statement_at_import_rule_parse_from_buf (const guchar * a_buf,
parser = cr_parser_new_from_buf ((guchar*)a_buf, strlen ((const char *) a_buf),
a_encoding, FALSE);
if (!parser) {
- cr_utils_trace_info ("Instanciation of parser failed.");
+ cr_utils_trace_info ("Instantiation of parser failed.");
goto cleanup;
}
@@ -1508,14 +1508,14 @@ cr_statement_at_page_rule_parse_from_buf (const guchar * a_buf,
parser = cr_parser_new_from_buf ((guchar*)a_buf, strlen ((const char *) a_buf),
a_encoding, FALSE);
if (!parser) {
- cr_utils_trace_info ("Instanciation of the parser failed.");
+ cr_utils_trace_info ("Instantiation of the parser failed.");
goto cleanup;
}
sac_handler = cr_doc_handler_new ();
if (!sac_handler) {
cr_utils_trace_info
- ("Instanciation of the sac handler failed.");
+ ("Instantiation of the sac handler failed.");
goto cleanup;
}
@@ -1624,7 +1624,7 @@ cr_statement_at_charset_rule_parse_from_buf (const guchar * a_buf,
parser = cr_parser_new_from_buf ((guchar*)a_buf, strlen ((const char *) a_buf),
a_encoding, FALSE);
if (!parser) {
- cr_utils_trace_info ("Instanciation of the parser failed.");
+ cr_utils_trace_info ("Instantiation of the parser failed.");
goto cleanup;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]