From a4d46378543fdf9ff0e96400ead607dc515e59ba Mon Sep 17 00:00:00 2001
From: Richard Soderberg <rsoderberg@gmail.com>
Date: Sun, 1 Apr 2012 23:20:03 -0700
Subject: [PATCH] close unclosed parentheses

---
 ChangeLog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 4fc469e9e..6223d1d3c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -252,7 +252,7 @@ train-2011.11.03:
   * Suppress iOS autocapitalizion and auto-correction for email addresses: #464
   * Improve front end email address validation: #513
   * Improve repository organization: #503, #488
-  * As part of above and in prep for #460 - all processes (browserid, verifier, etc) are now always run separately (never combined into the same express instance
+  * As part of above and in prep for #460 - all processes (browserid, verifier, etc) are now always run separately (never combined into the same express instance)
   * Test improvements: #520, #530, #531
   * Fix undefined reference (crash) in verifier after verification failure: #523 (hot-fixed in production: https://github.com/mozilla/browserid/commit/ba3c53)
   * Remove UI that corresponds to unimplemented features: #519
-- 
GitLab