summaryrefslogtreecommitdiff
path: root/ACE/ace/Service_Repository.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-04-01 14:11:03 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-04-01 14:11:03 +0000
commit077d0ff64ed153dbf843b2d71676e9f25138dc1f (patch)
tree69ba36b8b79a20ead146b0df1ad63e0367a6f6a1 /ACE/ace/Service_Repository.h
parent91306ef2f479c94cbef5fe8212b57a77605a0b8d (diff)
downloadATCD-077d0ff64ed153dbf843b2d71676e9f25138dc1f.tar.gz
Wed Apr 1 15:12:22 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/Service_Repository.h: Removed unicode character. Thanks to Alon Diamant <diamant dot alon at gmail dot com> for reporting this
Diffstat (limited to 'ACE/ace/Service_Repository.h')
-rw-r--r--ACE/ace/Service_Repository.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Service_Repository.h b/ACE/ace/Service_Repository.h
index 3ce6cd811ba..a77bb062fd2 100644
--- a/ACE/ace/Service_Repository.h
+++ b/ACE/ace/Service_Repository.h
@@ -41,7 +41,7 @@ class ACE_DLL;
* allows an administrative entity to centrally manage and
* control the behavior of application services. Note that if
* services are removed from the middle of the repository the
- * order won't necessarily be maintained since the @a removeß
+ * order won't necessarily be maintained since the @a remove
* method performs compaction. However, the common case is not
* to remove services, so typically they are deleted in the
* reverse order that they were added originally.