From ed0364343dc2472fdc6a390bb00c3e20152e8e6f Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Fri, 30 Dec 2011 03:36:18 +0100 Subject: removed trailing whitespace --- docs/INSTALL | 2 +- docs/examples/Makefile.m32 | 2 +- docs/examples/version-check.pl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') 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"; -- cgit v1.2.3