View Issue Details

IDProjectCategoryView StatusLast Update
0016074ScribusGeneralpublic2020-04-05 19:37
Reportermapreri Assigned Tomapreri  
PrioritylowSeveritytextReproducibilityalways
Status closedResolutionfixed 
Product Version1.5.5.svn 
Fixed in Version1.5.6.svn 
Summary0016074: Typo in scripter documentation
Descriptionjust a typo… patch attached (I didn't change doc/ - that's autogenerated at some point, right?)
Tagspatch
PatchYes

Activities

mapreri

2020-03-26 13:39

developer  

typo-fix.patch (1,659 bytes)   
Index: scribus/plugins/scriptplugin/cmdcolor.h
===================================================================
--- scribus/plugins/scriptplugin/cmdcolor.h	(revision 23538)
+++ scribus/plugins/scriptplugin/cmdcolor.h	(working copy)
@@ -267,7 +267,7 @@
 PyDoc_STRVAR(scribus_replcolor__doc__,
 QT_TR_NOOP("replaceColor(\"name\", \"replace\")\n\
 \n\
-Every occurence of the color \"name\" is replaced by the color \"replace\".\n\
+Every occurrence of the color \"name\" is replaced by the color \"replace\".\n\
 \n\
 May raise NotFoundError if a named color wasn't found.\n\
 May raise ValueError if an invalid color name is specified.\n\
Index: scribus/plugins/scriptplugin_py2x/cmdcolor.h
===================================================================
--- scribus/plugins/scriptplugin_py2x/cmdcolor.h	(revision 23538)
+++ scribus/plugins/scriptplugin_py2x/cmdcolor.h	(working copy)
@@ -267,7 +267,7 @@
 PyDoc_STRVAR(scribus_replcolor__doc__,
 QT_TR_NOOP("replaceColor(\"name\", \"replace\")\n\
 \n\
-Every occurence of the color \"name\" is replaced by the color \"replace\".\n\
+Every occurrence of the color \"name\" is replaced by the color \"replace\".\n\
 \n\
 May raise NotFoundError if a named color wasn't found.\n\
 May raise ValueError if an invalid color name is specified.\n\
typo-fix.patch (1,659 bytes)   

Issue History

Date Modified Username Field Change
2020-03-26 13:39 mapreri New Issue
2020-03-26 13:39 mapreri Tag Attached: patch
2020-03-26 13:39 mapreri File Added: typo-fix.patch
2020-03-26 14:00 jghali Summary typo s,occurence,occurrence,g => Typo in scripter documentation
2020-03-26 14:01 jghali Assigned To => mapreri
2020-03-26 14:01 jghali Status new => resolved
2020-03-26 14:01 jghali Resolution open => fixed
2020-03-26 14:01 jghali Fixed in Version => 1.5.6.svn
2020-04-05 19:37 cbradney Status resolved => closed