From eb3a362e40adc60611a926d45045fa2eb5262c4f Mon Sep 17 00:00:00 2001
From: Eli Barzilay <eli@racket-lang.org>
Date: Wed, 4 Feb 2009 16:28:14 +0000
Subject: [PATCH] some paren typos

svn: r13416

original commit: bd561ab19100b11fe5801c8962947862c85605eb
---
 collects/scribblings/scribble/how-to.scrbl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/collects/scribblings/scribble/how-to.scrbl b/collects/scribblings/scribble/how-to.scrbl
index a59204b2..7695db8a 100644
--- a/collects/scribblings/scribble/how-to.scrbl
+++ b/collects/scribblings/scribble/how-to.scrbl
@@ -303,7 +303,7 @@ and they declare hyperlink targets for @scheme[scheme]-based
 hyperlinks.
 
 To document a @scheme[my-helper] procedure that is exported by
-@filepath{helper.ss} in the @scheme{my-lib} collection that contains
+@filepath{helper.ss} in the @schemeidfont{my-lib} collection that contains
 @filepath{manual.scrbl}:
 
 @itemize[
@@ -433,7 +433,7 @@ via @scheme[require-for-label] and @scheme[require]:
 
 In general, a @filepath{.scrbl} file produces a @techlink{part}. A part
 produced by a document's main source (as specified in the
-@scheme{info.ss} file) represents the whole document. The
+@filepath[info.ss] file) represents the whole document. The
 @scheme[include-section] procedure can be used to incorporate a part
 as a sub-part of the enclosing part.