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

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

Depencencies

\n";
62ab29
+			print HTM "

Dependencies

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