bugGNU Octave - Bugs: bug #43333, image package :spelling errors in...

 
 

bug #43333: image package :spelling errors in bwmorph help text

Submitter:  None
Submitted:  Tue 30 Sep 2014 07:29:47 PM UTC
   
 
Category:  Octave Package Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Documentation
Status:  Fixed Assigned to:  None
Originator Name:  Cory Bloor Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * other
Operating System:  * Any Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 13 Oct 2014 10:14:06 AM UTC, comment #3: 

Thank you for the patch. I have rebased it onto the stable as cset 5508ae36222e

http://hg.code.sf.net/p/octave/image/rev/5508ae36222e

About you being unable to create an account, please open a support ticket at https://savannah.gnu.org/support/?group=administration

Carnë Draug <carandraug>
Group Member
Tue 30 Sep 2014 07:48:41 PM UTC, comment #2: 

I suspect it won't let me upload because I don't have an account, and I can't sign up for an account because I'm always rejected by the captcha. So, here's the patch inline:


# HG changeset patch
# User Cory Bloor <cgbloor@ucalgary.ca>
# Date 1412103351 21600
#      Tue Sep 30 12:55:51 2014 -0600
# Node ID 0d78356af124bb440d0797dce030409dc5a85e3e
# Parent  ea45a8e6316957ffd400e763810fce2dcb7ce516
bwmorph: fix spelling in help text

diff -r ea45a8e63169 -r 0d78356af124 inst/bwmorph.m
--- a/inst/bwmorph.m        Tue Sep 02 15:01:16 2014 +0100
+++ b/inst/bwmorph.m        Tue Sep 30 12:55:51 2014 -0600
@@ -33,7 +33,7 @@
 ## @table @samp
 ## @item bothat
 ## Performs a bottom hat operation, a closing operation (which is a
-## dilation followed by an erosion) and finally substracts the original
+## dilation followed by an erosion) and finally subtracts the original
 ## image (see @code{imbothat}).  @var{bw} can have any number of
 ## dimensions, and @code{strel ("hypercube", ndims (@var{bw}), 3)} is
 ## used as structuring element.
@@ -116,7 +116,7 @@
 ## @item skel-lantuejol
 ## Performs a skeletonization operation as described in Gonzalez & Woods
 ## "Digital Image Processing" pp 538-540. The text references Lantuejoul
-## as authour of this algorithm.
+## as author of this algorithm.
 ##
 ## It has the beauty of being a clean and simple approach, but skeletons
 ## are thicker than they need to and, in addition, not guaranteed to be
@@ -153,13 +153,13 @@
 ##
 ## @item tophat
 ## Performs a top hat operation, a opening operation (which is an
-## erosion followed by a dilation) and finally substracts the original
+## erosion followed by a dilation) and finally subtracts the original
 ## image (see @code{imtophat}).  @var{bw} can have any number of
 ## dimensions, and @code{strel ("hypercube", ndims (@var{bw}), 3)}
 ## is used as structuring element.
 ## @end table
 ##
-## Some useful concepts to understant operators:
+## Some useful concepts to understand operators:
 ##
 ## Operations are defined on 3-by-3 blocks of data, where the pixel in
 ## the center of the block. Those pixels are numerated as follows:
@@ -185,7 +185,7 @@
 ## @item 'skel'
 ## Algorithm used here is described in Pratt's book. When applying it to
 ## the "circles" image in MATLAB documentation, results are not the
-## same. Perhaps MATLAB uses Blum's algoritm (for further info please
+## same. Perhaps MATLAB uses Blum's algorithm (for further info please
 ## read comments in code).
 ## @item 'skel-pratt'
 ## This option is not available in MATLAB.


Anonymous
Tue 30 Sep 2014 07:41:31 PM UTC, comment #1: 

Trying again to attach the patch file.

Anonymous
Tue 30 Sep 2014 07:29:47 PM UTC, original submission:  

I noticed a few typos in "help bwmorph", so I ran it through a spellchecker.


algoritm   -> algorithm
authour    -> author
substracts -> subtracts
understant -> understand


I've attached a changeset for the image repository.

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #32264:  bwmorph-help-spellcheck.diff added by cbloor (2KiB - text/x-patch - bwmorph helptext spelling patch (same as inline patch posted in comment #2))

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by cbloor (Updated the item)
  • -email is unavailable- added by None (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 5 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2014-10-13 carandraug StatusNone Fixed
        Open/ClosedOpen Closed
        Release3.8.1 other
        SummarySpelling errors in bwmorph help text image package :spelling errors in bwmorph help text
    2014-10-13 cbloor Attached File- Added bwmorph-help-spellcheck.diff, #32264

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code