r24007 by jghali - Fix typos

scribus-commit scribus-commit at lists.scribus.net
Thu Sep 3 00:09:27 UTC 2020


Author: jghali
Date: Thu Sep  3 00:09:27 2020
New Revision: 24007

URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=24007
Log:
Fix typos

Modified:
    trunk/Scribus/scribus/marks.h
    trunk/Scribus/scribus/plugins/fileloader/scribus150format/scribus150format.cpp

Modified: trunk/Scribus/scribus/marks.h
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=24007&path=/trunk/Scribus/scribus/marks.h
==============================================================================
--- trunk/Scribus/scribus/marks.h	(original)
+++ trunk/Scribus/scribus/marks.h	Thu Sep  3 00:09:27 2020
@@ -12,7 +12,7 @@
 
 enum MarkType
 {
-	MARKNoType = -1, //undefinied mark type (wrong situation!)
+	MARKNoType = -1, //undefined mark type (wrong situation!)
 	MARKAnchorType = 0, //empty anchor mark, useful for creating references to it
 	MARK2ItemType = 1, //reference to page item ID
 	MARK2MarkType = 2, //reference other mark

Modified: trunk/Scribus/scribus/plugins/fileloader/scribus150format/scribus150format.cpp
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=24007&path=/trunk/Scribus/scribus/plugins/fileloader/scribus150format/scribus150format.cpp
==============================================================================
--- trunk/Scribus/scribus/plugins/fileloader/scribus150format/scribus150format.cpp	(original)
+++ trunk/Scribus/scribus/plugins/fileloader/scribus150format/scribus150format.cpp	Thu Sep  3 00:09:27 2020
@@ -4286,7 +4286,7 @@
 					}
 				}
 				if (mark == nullptr)
-					qDebug() << "Undefinied mark label ["<< l << "] type " << t;
+					qDebug() << "Undefined mark label ["<< l << "] type " << t;
 				else
 				{
 					//set pointer to item holds mark in his text
@@ -4793,7 +4793,7 @@
 				}
 			}
 			if (mark == nullptr)
-				qDebug() << "Undefinied mark label ["<< l << "] type " << t;
+				qDebug() << "Undefined mark label ["<< l << "] type " << t;
 			else
 			{
 				//set pointer to item holds mark in his text




More information about the scribus-commit mailing list