Ticket 15950 - Fix spelling error in mysql plugin
Summary: Fix spelling error in mysql plugin
Status: RESOLVED FIXED
Alias: None
Product: Slurm
Classification: Unclassified
Component: Accounting (show other tickets)
Version: 23.02.4
Hardware: Linux Linux
: --- C - Contributions
Assignee: Tim Wickberg
QA Contact:
URL:
Depends on:
Blocks:
 
Reported: 2023-02-05 02:15 MST by Gennaro Oliva
Modified: 2023-07-31 13:25 MDT (History)
0 users

See Also:
Site: -Other-
Alineos Sites: ---
Atos/Eviden Sites: ---
Confidential Site: ---
Coreweave sites: ---
Cray Sites: ---
DS9 clusters: ---
HPCnow Sites: ---
HPE Sites: ---
IBM Sites: ---
NOAA SIte: ---
OCF Sites: ---
Recursion Pharma Sites: ---
SFW Sites: ---
SNIC sites: ---
Linux Distro: ---
Machine Name:
CLE Version:
Version Fixed: 23.02.5
Target Release: ---
DevPrio: ---
Emory-Cloud Sites: ---


Attachments
fix the typos in the source code (3.86 KB, patch)
2023-07-31 13:01 MDT, Gennaro Oliva
Details | Diff

Note You need to log in before you can comment on or make changes to this ticket.
Description Gennaro Oliva 2023-02-05 02:15:33 MST
Fix "none existent" to "non-existent".
Comment 1 Gennaro Oliva 2023-07-31 12:58:47 MDT
More typos introduced with 23.02.4.

Summary of misspelled words:

- none existent instead of non-existent (src/plugins/accounting_storage/mysql/as_mysql_assoc.c)
- skiping instead of skipping (src/common/env.c)
- initalized instead of initialized (src/common/slurm_errno.c)
- excedes instead of exceeds (src/slurmctld/job_mgr.c)
- preceeded instead of preceded (doc/man/man5/burst_buffer.conf.5)
- ouput instead of output (doc/man/man1/scrun.1)
- contoller instead of controller (doc/man/man5/slurm.conf.5)
Comment 2 Gennaro Oliva 2023-07-31 13:01:50 MDT
Created attachment 31532 [details]
fix the typos in the source code
Comment 3 Tim Wickberg 2023-07-31 13:23:46 MDT
Comment on attachment 31532 [details]
fix the typos in the source code

commit 06948881f931e01996e5cb64f01f6505530cd44b
Author:     Gennaro Oliva <oliva.g@na.icar.cnr.it>
AuthorDate: Mon Jul 31 13:20:09 2023 -0600

    Fix typos for 'controller'.
    
    Bug 15950.

commit 2a44d4f6cbf4ee523cfb7ed483237ffec9cb3902
Author:     Gennaro Oliva <oliva.g@na.icar.cnr.it>
AuthorDate: Mon Jul 31 13:19:35 2023 -0600

    Fix typos for 'output'.
    
    Bug 15950.

commit 5b24ffada1b8d139a8f7d307add6583f749234c4
Author:     Gennaro Oliva <oliva.g@na.icar.cnr.it>
AuthorDate: Mon Jul 31 13:17:39 2023 -0600

    Fix typo for 'preceded'.
    
    Bug 15950.

commit ecf49a47dfbc80d496d06992fc990a951d99a533
Author:     Gennaro Oliva <oliva.g@na.icar.cnr.it>
AuthorDate: Mon Jul 31 13:16:47 2023 -0600

    Fix typos for 'exceeds'.
    
    Bug 15950.

commit 4833467a7eb0b0efa8ac671b562030bb73a8cec0
Author:     Gennaro Oliva <oliva.g@na.icar.cnr.it>
AuthorDate: Mon Jul 31 13:15:33 2023 -0600

    Fix typo for 'skipping'.
    
    Bug 15950.

commit 0f83a4edf8111c177c789186f682567221c60864
Author:     Gennaro Oliva <oliva.g@na.icar.cnr.it>
AuthorDate: Mon Jul 31 13:14:24 2023 -0600

    Fix typo for 'non-existent'.
    
    Bug 15950.
Comment 4 Tim Wickberg 2023-07-31 13:25:11 MDT
Thanks Gennaro.

One note - I can't change the phrases associated with the errno's mid-release, we consider those part of the API. And I'd already deleted that specific errno on master anyways, so there's nothing to correct there.

These are all fixed on the 23.02 branch and will be in 23.02.5 when released.

- Tim