summaryrefslogtreecommitdiff
path: root/spec/errors.xml
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2009-05-27 16:24:40 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2009-05-27 16:33:44 +0100
commit6df9a08abcfeeca414555e4588c71f9b0eefb204 (patch)
tree284c6d4fcf1438e735e3aa7e88f1504bf5f7857e /spec/errors.xml
parentb4a49e1ac0d6057ac24f2a71fcbce2b49f3a77d0 (diff)
errors: add spaces to ConnectionRefused, ConnectionFailed, ConnectionLost
The intention was that error names are transformed into upper case by replacing spaces and dots with _, and upper-casing - so these errors would have looked like CONNECTIONREFUSED, whereas we want CONNECTION_REFUSED. telepathy-qt4's code generation has this behaviour. Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Diffstat (limited to 'spec/errors.xml')
-rw-r--r--spec/errors.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/errors.xml b/spec/errors.xml
index 4ab86d57..7b1798d1 100644
--- a/spec/errors.xml
+++ b/spec/errors.xml
@@ -307,19 +307,19 @@
</tp:docstring>
</tp:error>
- <tp:error name="ConnectionRefused">
+ <tp:error name="Connection Refused">
<tp:docstring>
Raised when a connection is refused.
</tp:docstring>
</tp:error>
- <tp:error name="ConnectionFailed">
+ <tp:error name="Connection Failed">
<tp:docstring>
Raised when a connection can't be established.
</tp:docstring>
</tp:error>
- <tp:error name="ConnectionLost">
+ <tp:error name="Connection Lost">
<tp:docstring>
Raised when a connection is broken.
</tp:docstring>