aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2011-12-30 03:36:18 +0100
committerYang Tse <yangsita@gmail.com>2011-12-30 03:36:18 +0100
commited0364343dc2472fdc6a390bb00c3e20152e8e6f (patch)
tree5602c9828ae26fe36e583d7975f711c35ab504a3 /docs
parent5c0ad9581dc0d59ba4e425e54589cdc2b6cb7ac5 (diff)
removed trailing whitespace
Diffstat (limited to 'docs')
-rw-r--r--docs/INSTALL2
-rw-r--r--docs/examples/Makefile.m322
-rwxr-xr-xdocs/examples/version-check.pl2
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/INSTALL b/docs/INSTALL
index e0134e8a2..436ebd0ab 100644
--- a/docs/INSTALL
+++ b/docs/INSTALL
@@ -392,7 +392,7 @@ Win32
set BCCDIR=c:\Borland\BCC55
- In order to build a plain vanilla version of curl and libcurl run the
+ In order to build a plain vanilla version of curl and libcurl run the
following command from curl's root directory:
make borland
diff --git a/docs/examples/Makefile.m32 b/docs/examples/Makefile.m32
index e744c5b30..3c3d121ed 100644
--- a/docs/examples/Makefile.m32
+++ b/docs/examples/Makefile.m32
@@ -58,7 +58,7 @@ endif
ifndef LIBIDN_PATH
LIBIDN_PATH = ../../../libidn-1.18
endif
-# Edit the path below to point to the base of your MS idndlpackage.
+# Edit the path below to point to the base of your MS IDN package.
# Microsoft Internationalized Domain Names (IDN) Mitigation APIs 1.1
# http://www.microsoft.com/downloads/en/details.aspx?FamilyID=ad6158d7-ddba-416a-9109-07607425a815
ifndef WINIDN_PATH
diff --git a/docs/examples/version-check.pl b/docs/examples/version-check.pl
index 9b6a2684c..92f0808d6 100755
--- a/docs/examples/version-check.pl
+++ b/docs/examples/version-check.pl
@@ -90,7 +90,7 @@ my @recent = reverse sort sortversions keys %used;
# the most recent symbol
my $newsym = $recent[0];
# the most recent version
-my $newver = $doc{$newsym};
+my $newver = $doc{$newsym};
print "The scanned source uses these symbols introduced in $newver:\n";