From ff7382e226c0b24e05c498827ed4512107bd98db Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Sat, 6 May 2017 00:32:02 +0200 Subject: Fix the spelling of 'separate' in notes and comments. Signed-off-by: Francois Gouget --- base/vcard.py | 4 ++-- installer/distros.dat | 4 ++-- prnt/hpcups/ErnieFilter.cpp | 2 +- prnt/hpijs/filterhpa.cpp | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/base/vcard.py b/base/vcard.py index 3c79b9cb9..d1b165c4e 100644 --- a/base/vcard.py +++ b/base/vcard.py @@ -157,7 +157,7 @@ def nameparser_getfullname(name): # # How we do it # -# [1] The name is split into white-space seperated parts +# [1] The name is split into white-space separated parts # [2] If there is only one part, it becomes the firstname # [3] If there are only two parts, they become first name and surname # [4] For three or more parts, the first part is the first name and the last @@ -579,7 +579,7 @@ class VCard: def _field_NICKNAME(self, field, value, result): - # ::TODO:: technically this is a comma seperated list .. + # ::TODO:: technically this is a comma separated list .. result[self._getfieldname("nickname", result)] = self.unquote(value) diff --git a/installer/distros.dat b/installer/distros.dat index 8863e745f..05f1a1608 100644 --- a/installer/distros.dat +++ b/installer/distros.dat @@ -9823,7 +9823,7 @@ parallel_supported=0 usb_supported=1 packaged_version= release_date= -notes=Add to the file /etc/apt/sources.list the following lines (each on a seperate line should start with the "rpm": rpm http://update.linpus.com/LinpusUpdate/ 9.5 main desktop rpm http://update.linpus.com/LinpusUpdate/ 9.5-Critical main desktop rpm http://update.linpus.com/LinpusUpdate/ 9.5-DevDr main desktop rpm http://update.linpus.com/LinpusUpdate/ 9.5-SoftApp main desktop +notes=Add to the file /etc/apt/sources.list the following lines (each on a separate line should start with the "rpm": rpm http://update.linpus.com/LinpusUpdate/ 9.5 main desktop rpm http://update.linpus.com/LinpusUpdate/ 9.5-Critical main desktop rpm http://update.linpus.com/LinpusUpdate/ 9.5-DevDr main desktop rpm http://update.linpus.com/LinpusUpdate/ 9.5-SoftApp main desktop ppd_install=drv udev_mode_fix=1 ppd_dir=/usr/share/ppd/HP @@ -9945,7 +9945,7 @@ parallel_supported=0 usb_supported=1 packaged_version= release_date= -notes=Add to the file /etc/apt/sources.list the following lines (each on a seperate line should start with the "rpm": rpm http://update.linpus.com/LinpusUpdate/ 9.4 main desktop rpm http://update.linpus.com/LinpusUpdate/ 9.4-Critical main desktop rpm http://update.linpus.com/LinpusUpdate/ 9.4-DevDr main desktop rpm http://update.linpus.com/LinpusUpdate/ 9.4-SoftApp main desktop +notes=Add to the file /etc/apt/sources.list the following lines (each on a separate line should start with the "rpm": rpm http://update.linpus.com/LinpusUpdate/ 9.4 main desktop rpm http://update.linpus.com/LinpusUpdate/ 9.4-Critical main desktop rpm http://update.linpus.com/LinpusUpdate/ 9.4-DevDr main desktop rpm http://update.linpus.com/LinpusUpdate/ 9.4-SoftApp main desktop ppd_install=drv udev_mode_fix=1 ppd_dir=/usr/share/ppd/HP diff --git a/prnt/hpcups/ErnieFilter.cpp b/prnt/hpcups/ErnieFilter.cpp index bcf1fe81e..8c7a862d6 100644 --- a/prnt/hpcups/ErnieFilter.cpp +++ b/prnt/hpcups/ErnieFilter.cpp @@ -220,7 +220,7 @@ void ErnieFilter::Filter1RawRow(unsigned char *currPtr, int rowWidthInPixels, un // Filter2RawRows: Looks filter two raw rows together to form blocks. Vertical // blocks are prefered over horizontal ones. The routine will create 1x2 blocks // before it will create 4x1's. In total this routine will create 1x2, 2x2, 4x2, -// 4x1, and 2x1 blocks sizes, with the potential for two seperate 4x1's or 2x1's +// 4x1, and 2x1 blocks sizes, with the potential for two separate 4x1's or 2x1's // in the upper and lower rasters. void ErnieFilter::Filter2RawRows(unsigned char *currPtr, unsigned char *upPtr, int rowWidthInPixels, unsigned int *flagsPtr) { diff --git a/prnt/hpijs/filterhpa.cpp b/prnt/hpijs/filterhpa.cpp index 2cd23b98e..b51c77d1e 100644 --- a/prnt/hpijs/filterhpa.cpp +++ b/prnt/hpijs/filterhpa.cpp @@ -214,7 +214,7 @@ void TErnieFilter::Filter1RawRow(unsigned char *currPtr, int rowWidthInPixels, u // Filter2RawRows: Looks filter two raw rows together to form blocks. Vertical // blocks are prefered over horizontal ones. The routine will create 1x2 blocks // before it will create 4x1's. In total this routine will create 1x2, 2x2, 4x2, -// 4x1, and 2x1 blocks sizes, with the potential for two seperate 4x1's or 2x1's +// 4x1, and 2x1 blocks sizes, with the potential for two separate 4x1's or 2x1's // in the upper and lower rasters. void TErnieFilter::Filter2RawRows(unsigned char *currPtr, unsigned char *upPtr, int rowWidthInPixels, unsigned int *flagsPtr) { -- 2.18.0