diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2002-12-02 02:37:01 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2002-12-02 02:37:01 -0500 |
commit | f6e997b7f73d01db84665bc924ba2d065e314e43 (patch) | |
tree | e5a6682d03360506ad1db6b3d1f5934a5911db50 /samples | |
parent | 0cb11571ef3a2820a888b47eaa0ea3083e3b9b0f (diff) | |
download | lynx-snapshots-f6e997b7f73d01db84665bc924ba2d065e314e43.tar.gz |
snapshot of project "lynx", label v2-8-5dev_11
Diffstat (limited to 'samples')
-rw-r--r-- | samples/mailcap | 4 | ||||
-rwxr-xr-x | samples/mailto-form.pl | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/samples/mailcap b/samples/mailcap index 9dd36ccf..8f473381 100644 --- a/samples/mailcap +++ b/samples/mailcap @@ -26,8 +26,8 @@ # configuration file for Lynx # In the samples given test=test -n "$DISPLAY" is used to -# determine if the current session is X capible by checking -# for the existance of a DISPLAY environment variable. +# determine if the current session is X capable by checking +# for the existence of a DISPLAY environment variable. # Lynx actually uses a getenv() call for DISPLAY (DECW$DISPLAY # on VMS) when it encounters test=test -n "$DISPLAY" or # test=test -z "$DISPLAY" in a viewer assignment, instead of diff --git a/samples/mailto-form.pl b/samples/mailto-form.pl index 41174d93..5afffc86 100755 --- a/samples/mailto-form.pl +++ b/samples/mailto-form.pl @@ -105,7 +105,7 @@ $|=1; ## s/^./\U$1/; ##} -# If there are mutiple occurrences of the same thing, how to join them +# If there are multiple occurrences of the same thing, how to join them # into one string %joiner = (from => ', ', to => ', ', |