Blame SOURCES/0005-Spelling-fixes-BR103255.patch

a74860
From fa5805559ad27382ef62110cb23e67d6eb649030 Mon Sep 17 00:00:00 2001
a74860
From: Rex Dieter <rdieter@gmail.com>
a74860
Date: Wed, 29 Nov 2017 14:07:24 -0600
a74860
Subject: [PATCH 5/8] Spelling fixes (BR103255)
a74860
MIME-Version: 1.0
a74860
Content-Type: text/plain; charset=UTF-8
a74860
Content-Transfer-Encoding: 8bit
a74860
a74860
Credit to Ville Skyttä <ville.skytta@iki.fi>
a74860
---
a74860
 ChangeLog                       |  4 ++--
a74860
 scripts/desc/xdg-settings.xml   |  2 +-
a74860
 scripts/xdg-desktop-menu.in     |  2 +-
a74860
 scripts/xdg-screensaver.in      |  2 +-
a74860
 tests/README                    |  4 ++--
a74860
 tests/debug/t.extraout          |  2 +-
a74860
 tests/debug/t.interactive       |  2 +-
a74860
 tests/doc_gen.pl                |  2 +-
a74860
 tests/include/testassertions.sh | 10 +++++-----
a74860
 tests/testrun                   |  2 +-
a74860
 10 files changed, 16 insertions(+), 16 deletions(-)
a74860
a74860
diff --git a/ChangeLog b/ChangeLog
a74860
index c819efb..292915f 100644
a74860
--- a/ChangeLog
a74860
+++ b/ChangeLog
a74860
@@ -541,7 +541,7 @@
a74860
 
a74860
 2006-04-24 Kevin Krammer <kevin.krammer@gmx.at>
a74860
     * Applied patch provided by Benedikt Meurer <benedikt.meurer@unix-ag.uni-siegen.de>
a74860
-      to improve the compatability of the Makefile
a74860
+      to improve the compatibility of the Makefile
a74860
     * Added --title option to xdg-file-dialog
a74860
     * Applied another path by Benedikt to let xdg-file-dialog use
a74860
       zenity on GNOME and XFCE
a74860
@@ -564,7 +564,7 @@
a74860
       Currently only used in xdg-mime to gather feedback
a74860
 
a74860
 2006-04-08 Kevin Krammer <kevin.krammer@gmx.at>
a74860
-    * In case of $BROWSER being not avialable or empty, try a fixed list of well
a74860
+    * In case of $BROWSER being not available or empty, try a fixed list of well
a74860
       known browsers instead
a74860
 
a74860
 2006-04-06 Kevin Krammer <kevin.krammer@gmx.at>
a74860
diff --git a/scripts/desc/xdg-settings.xml b/scripts/desc/xdg-settings.xml
a74860
index 56055b7..255d712 100644
a74860
--- a/scripts/desc/xdg-settings.xml
a74860
+++ b/scripts/desc/xdg-settings.xml
a74860
@@ -114,7 +114,7 @@
a74860
   <refsect1 id="properties">
a74860
     <title>Properties</title>
a74860
     <para>
a74860
-      When using xdg-settings to get, check or set a destkop setting, properties
a74860
+      When using xdg-settings to get, check or set a desktop setting, properties
a74860
       and possibly sub-properties are used to specify the setting to be changed.
a74860
     </para>
a74860
     <para>
a74860
diff --git a/scripts/xdg-desktop-menu.in b/scripts/xdg-desktop-menu.in
a74860
index 13159cb..9d837e1 100644
a74860
--- a/scripts/xdg-desktop-menu.in
a74860
+++ b/scripts/xdg-desktop-menu.in
a74860
@@ -394,7 +394,7 @@ while [ $# -gt 0 ] ; do
a74860
         case "$parm" in
a74860
            *.directory)
a74860
               if [ -n "$desktop_files" ] ; then
a74860
-                  exit_failure_syntax "'$parm' must preceed any *.desktop file"
a74860
+                  exit_failure_syntax "'$parm' must precede any *.desktop file"
a74860
               fi
a74860
               directory_files="$directory_files $parm"
a74860
               ;;
a74860
diff --git a/scripts/xdg-screensaver.in b/scripts/xdg-screensaver.in
a74860
index aecd8e3..9e68196 100644
a74860
--- a/scripts/xdg-screensaver.in
a74860
+++ b/scripts/xdg-screensaver.in
a74860
@@ -583,7 +583,7 @@ screensaver_mate_screensaver()
a74860
 {
a74860
 # DBUS interface for mate-screensaver
a74860
 # This is same as gnome's for now but may change in the future as MATE
a74860
-# does not follow gnome's developement necessarily.
a74860
+# does not follow gnome's development necessarily.
a74860
     case "$1" in
a74860
         suspend)
a74860
         screensaver_suspend_loop \
a74860
diff --git a/tests/README b/tests/README
a74860
index 26469f2..8ebcfef 100644
a74860
--- a/tests/README
a74860
+++ b/tests/README
a74860
@@ -18,7 +18,7 @@ NORESULT: test_system_mime_install
a74860
 See xdg-test.log for details.
a74860
 NOT OK!
a74860
 
a74860
-FAIL     indicates (not suprisingly) a test failure. 
a74860
+FAIL     indicates (not surprisingly) a test failure.
a74860
 NORESULT indicates that the test prerequisites failed for some reason. 
a74860
          (e.g. the install phase of an uninstall test failed)
a74860
 UNTESTED means that something needed was not found. This is fine and should
a74860
@@ -26,7 +26,7 @@ UNTESTED means that something needed was not found. This is fine and should
a74860
          (e.g. test requires root, but we are not running as root)
a74860
 
a74860
 NOTE: The test runner makes guesses about appropriate values of XDG_TEST_DIR
a74860
-      and PATH. These values can be overriden explicitly.
a74860
+      and PATH. These values can be overridden explicitly.
a74860
 
a74860
 To run tests individually, or as smaller groups do something like
a74860
 
a74860
diff --git a/tests/debug/t.extraout b/tests/debug/t.extraout
a74860
index ea84b33..4946673 100755
a74860
--- a/tests/debug/t.extraout
a74860
+++ b/tests/debug/t.extraout
a74860
@@ -4,7 +4,7 @@
a74860
 . "$XDG_TEST_DIR/include/testcontrol.sh"
a74860
 
a74860
 test_extraout() {
a74860
-test_start "$FUNCNAME: verify functionallity of assert_nostdout"
a74860
+test_start "$FUNCNAME: verify functionality of assert_nostdout"
a74860
 
a74860
 test_procedure
a74860
 
a74860
diff --git a/tests/debug/t.interactive b/tests/debug/t.interactive
a74860
index fa203c2..6f6f858 100755
a74860
--- a/tests/debug/t.interactive
a74860
+++ b/tests/debug/t.interactive
a74860
@@ -4,7 +4,7 @@
a74860
 . "$XDG_TEST_DIR/include/testcontrol.sh"
a74860
 
a74860
 test_interactive() {
a74860
-test_start "$FUNCNAME: verify functionallity of assert_interactive"
a74860
+test_start "$FUNCNAME: verify functionality of assert_interactive"
a74860
 
a74860
 test_procedure
a74860
 
a74860
diff --git a/tests/doc_gen.pl b/tests/doc_gen.pl
a74860
index ed29d94..50d134d 100755
a74860
--- a/tests/doc_gen.pl
a74860
+++ b/tests/doc_gen.pl
a74860
@@ -102,7 +102,7 @@ for $f ( @test_files ) {
a74860
 		}
a74860
 		#find initilization
a74860
 		elsif ( m/test_init/ ) {
a74860
-			print HTM "

Depencencies

\n";
a74860
+			print HTM "

Dependencies

\n";
a74860
 			$state = 'INIT';
a74860
 			next;
a74860
 		}
a74860
diff --git a/tests/include/testassertions.sh b/tests/include/testassertions.sh
a74860
index 1ba026d..142c0de 100644
a74860
--- a/tests/include/testassertions.sh
a74860
+++ b/tests/include/testassertions.sh
a74860
@@ -5,7 +5,7 @@
a74860
 . "$XDG_TEST_DIR/include/testfuncs.sh"
a74860
 
a74860
 ## NOTE: Documentation is generated AUTOMATICALLY from this file
a74860
-## Function usage must immediately follow function delcaration
a74860
+## Function usage must immediately follow function declaration
a74860
 
a74860
 assert_exit() {
a74860
 # execute command (saving output) and check exit code
a74860
@@ -41,7 +41,7 @@ assert_interactive_notroot() {
a74860
 }
a74860
 
a74860
 assert_interactive() {
a74860
-# Useage:
a74860
+# Usage:
a74860
 # assert_interactive {msg} [y|n|C|s varname]
a74860
 #
a74860
 # msg is the text to print.
a74860
@@ -122,7 +122,7 @@ assert_file_not_in_path() {
a74860
 
a74860
 
a74860
 assert_file() {
a74860
-# Assert the existance of an exact filename
a74860
+# Assert the existence of an exact filename
a74860
 # Usage: assert_file FILE
a74860
 	if [ ! -e "$1" ] ; then
a74860
 		test_fail "'$1' does not exist"
a74860
@@ -140,7 +140,7 @@ assert_file() {
a74860
 }
a74860
 
a74860
 assert_nofile() {
a74860
-# Assert the non existance of an exact filename.
a74860
+# Assert the non existence of an exact filename.
a74860
 # Opposite of 'assert_file'
a74860
 	if [ -e "$1" ] ; then
a74860
 		test_fail "'$1' exists."
a74860
@@ -339,7 +339,7 @@ get_unique_name() {
a74860
 	varname="$1"
a74860
 	file="$2"
a74860
 	if [ -z "$varname" ] ; then
a74860
-		echo "TEST SYNAX ERROR: get_unique_name requries a variable name"
a74860
+		echo "TEST SYNAX ERROR: get_unique_name requires a variable name"
a74860
 		exit 255
a74860
 	fi
a74860
 
a74860
diff --git a/tests/testrun b/tests/testrun
a74860
index 822fc69..4a9f748 100755
a74860
--- a/tests/testrun
a74860
+++ b/tests/testrun
a74860
@@ -123,7 +123,7 @@ if [ -z "$XDG_TEST_SELF_LAUNCH"  ] ; then  # not self launched
a74860
 		else
a74860
 			SUCMD=`which sudo 2>/dev/null`
a74860
 			echo "Running ${SUCMD-su} for system tests."
a74860
-			echo "Please enter an apropriate password if requested."
a74860
+			echo "Please enter an appropriate password if requested."
a74860
 		fi
a74860
 		# Note if sudo is not found, $SUCMD will be blank, so run su directly.
a74860
 		# We cannot assume su works since systems like Ubuntu require sudo
a74860
-- 
a74860
2.14.3
a74860