From 5f0717adeaf8da2b0a0ae66e14983ed43c2d5ffa Mon Sep 17 00:00:00 2001
From: Ralph Lange
Date: Thu, 5 Jul 2012 14:37:32 +0200
Subject: [PATCH] documentation: Fix typo in html tag in RELEASE_NOTES
---
documentation/RELEASE_NOTES.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html
index 8c8705af0..bb982ecc4 100644
--- a/documentation/RELEASE_NOTES.html
+++ b/documentation/RELEASE_NOTES.html
@@ -176,7 +176,7 @@ Added a iocLogPrefix command to iocsh. This adds a
prefix to all messages from this IOC (or other log client) as they get sent to the
iocLogServer. This lets sites use the "fac=<facility>" syntax for
displaying the facility, process name etc. in log viewers like the
-cmlogviewer.
+cmlogviewer.
Reworked the epicsEvent C & C++ APIs