From 1e9826e1f73f4cd9fad3dbb776110b6efe689450 Mon Sep 17 00:00:00 2001
From: "Janet B. Anderson"
Date: Mon, 17 May 2004 14:24:30 +0000
Subject: [PATCH] Fixed some typos.
---
documentation/BuildingR3.13ExtensionsWithR3.14.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/documentation/BuildingR3.13ExtensionsWithR3.14.html b/documentation/BuildingR3.13ExtensionsWithR3.14.html
index c3dffa2a0..80cb4f375 100644
--- a/documentation/BuildingR3.13ExtensionsWithR3.14.html
+++ b/documentation/BuildingR3.13ExtensionsWithR3.14.html
@@ -17,12 +17,12 @@ EPICS R3.13 extensions have both a Makefile and a Makefile.Host in the build
directories and the EPICS R3.13 extension tree has an extensions/config
directory.
-Prerequsite building R3.13 extensions
+Prerequisite for building R3.13 extensions
- The macro COMPAT_TOOLS_313 must be set to YES in base/configure/CONFIG_SITE
- before the base build? If it was not set, set it to YES and then do a gmake
+ before the base build. If it was not set, set it to YES and then do a gmake
in the base/config/tools directory. This will install some perl scripts needed
for building R3.13 extensions.