blob: d40e529ec1c7b943c3bf435ecdfe58a3215c019f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
Description: Correct some typos
Author: Jörg Frings-Fürst <debian@jff.email>
Last-Update: 2017-11-09
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: trunk/xsd/xsd/cxx/tree/tree-header.cxx
===================================================================
--- trunk.orig/xsd/xsd/cxx/tree/tree-header.cxx
+++ trunk/xsd/xsd/cxx/tree/tree-header.cxx
@@ -972,7 +972,7 @@ namespace CXX
<< " * @brief Assign the underlying enum value." << endl
<< " *" << endl
<< " * @param v A enum value." << endl
- << " * @return A refernce to the instance." << endl
+ << " * @return A reference to the instance." << endl
<< " */" << endl;
}
Index: trunk/xsd/xsd/processing/inheritance/processor.cxx
===================================================================
--- trunk.orig/xsd/xsd/processing/inheritance/processor.cxx
+++ trunk/xsd/xsd/processing/inheritance/processor.cxx
@@ -290,7 +290,7 @@ namespace Processing
wcerr << t.file () << ":" << t.line () << ":" << t.column ()
<< " error: nested anonymous type in '" << t.name ()
<< "' or '" << type.name () << "' inherits from one of "
- << "these types and makes them mutually dependant"
+ << "these types and makes them mutually dependent"
<< endl;
wcerr << t.file () << ":" << t.line () << ":" << t.column ()
|