Edited wiki page DeveloperFAQ through web user interface.
diff --git a/DeveloperFAQ.wiki b/DeveloperFAQ.wiki
index 17a90de..eee55a6 100644
--- a/DeveloperFAQ.wiki
+++ b/DeveloperFAQ.wiki
@@ -5,7 +5,7 @@
 * How should one handle repository being unavailable during init()?
 
 It is OK for init() to error if repository is unavailable, as the
-GsaCommunicationHandler will retry init() using exponential backoff
+!GsaCommunicationHandler will retry init() using exponential backoff
 (starting at some seconds and maxing out at an hour) until it is interrupted, shutdown, or successful.