From 5faa4ffb7ea4e6d68e83a73dd29e10bd735fe853 Mon Sep 17 00:00:00 2001 From: David Rose Date: Wed, 17 Mar 2004 23:26:23 +0000 Subject: [PATCH] small typo --- panda/src/doc/ppremake-syntax.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/doc/ppremake-syntax.txt b/panda/src/doc/ppremake-syntax.txt index fb315385f1..f90c1dcfd9 100644 --- a/panda/src/doc/ppremake-syntax.txt +++ b/panda/src/doc/ppremake-syntax.txt @@ -151,7 +151,7 @@ Simple commands: Calls the named subroutine immediately. Here is the name of the subroutine to call, and is the - comma-separated list of expressions to subsitute in for the + comma-separated list of expressions to substitute in for the subroutine's formal parameters. The subroutine must have previously been defined with the #defsub command (see below).