aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/perl.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05/perl.xml')
-rw-r--r--chapter05/perl.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/perl.xml b/chapter05/perl.xml
index 7251700c1..d6633ce75 100644
--- a/chapter05/perl.xml
+++ b/chapter05/perl.xml
@@ -18,7 +18,7 @@
<screen><userinput>patch -Np1 -i ../&perl-libc-patch;</userinput></screen>
<para>Perl insists on using the <command>arch</command> program to find out
-the machine type. Create a little script to mimick this command:</para>
+the machine type. Create a little script to mimic this command:</para>
<screen><userinput>echo "uname -m" &gt; /tools/bin/arch
chmod 755 /tools/bin/arch</userinput></screen>