about summary refs log tree commit diff stats
path: root/samples
diff options
context:
space:
mode:
Diffstat (limited to 'samples')
-rw-r--r--samples/mailcap4
-rwxr-xr-xsamples/mailto-form.pl2
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 => ', ',