Ticket 16019 - Fix typo for occurred in various files
Summary: Fix typo for occurred in various files
Status: RESOLVED FIXED
Alias: None
Product: Slurm
Classification: Unclassified
Component: Other (show other tickets)
Version: 23.02.x
Hardware: Linux Linux
: C - Contributions
Assignee: Tim Wickberg
QA Contact:
URL:
Depends on:
Blocks:
 
Reported: 2023-02-13 12:00 MST by olivier.delhomme@free.fr
Modified: 2023-02-14 11:47 MST (History)
0 users

See Also:
Site: -Other-
Slinky Site: ---
Alineos Sites: ---
Atos/Eviden Sites: ---
Confidential Site: ---
Coreweave sites: ---
Cray Sites: ---
DS9 clusters: ---
Google sites: ---
HPCnow Sites: ---
HPE Sites: ---
IBM Sites: ---
NOAA SIte: ---
NoveTech Sites: ---
Nvidia HWinf-CS Sites: ---
OCF Sites: ---
Recursion Pharma Sites: ---
SFW Sites: ---
SNIC sites: ---
Tzag Elita Sites: ---
Linux Distro: ---
Machine Name:
CLE Version:
Version Fixed: 23.02.0rc1
Target Release: ---
DevPrio: ---
Emory-Cloud Sites: ---


Attachments
Corrects typo 'occured' into 'occurred' for the documentation (2.16 KB, patch)
2023-02-13 12:00 MST, olivier.delhomme@free.fr
Details | Diff
Corrects typo 'occured' into 'occurred' for the API. (2.57 KB, patch)
2023-02-13 12:02 MST, olivier.delhomme@free.fr
Details | Diff
Corrects typo 'occured' into 'occurred' for the code source. (7.94 KB, patch)
2023-02-13 12:02 MST, olivier.delhomme@free.fr
Details | Diff
Corrects typo 'occured' into 'occurred' for the testsuite. (763 bytes, patch)
2023-02-13 12:03 MST, olivier.delhomme@free.fr
Details | Diff

Note You need to log in before you can comment on or make changes to this ticket.
Description olivier.delhomme@free.fr 2023-02-13 12:00:48 MST
Created attachment 28834 [details]
Corrects typo 'occured' into 'occurred' for the documentation

Hi,

Here are some patchs to correct typo 'occured' into 'occurred'. I don't know what is more convenient for you to review/accept so I have made four patchs for this typo:

* one for the docs
* one for the api
* one for the source code
* one for the testsuite

I'll include them here.

Regards,

Olivier.
Comment 1 olivier.delhomme@free.fr 2023-02-13 12:02:12 MST
Created attachment 28835 [details]
Corrects typo 'occured' into 'occurred' for the API.
Comment 2 olivier.delhomme@free.fr 2023-02-13 12:02:43 MST
Created attachment 28836 [details]
Corrects typo 'occured' into 'occurred' for the code source.
Comment 3 olivier.delhomme@free.fr 2023-02-13 12:03:10 MST
Created attachment 28837 [details]
Corrects typo 'occured' into 'occurred' for the testsuite.
Comment 4 Tim Wickberg 2023-02-13 13:38:28 MST
Thanks Olivier. On master now:

commit c18d1e551bea2d14b2404800dbb18e74729d3fb4
Author:     Olivier Delhomme <olivier.delhomme@free.fr>
AuthorDate: Mon Feb 13 13:37:09 2023 -0700

    Fix typos for 'occurred'.
    
    Bug 15989.
Comment 5 olivier.delhomme@free.fr 2023-02-14 11:47:09 MST
(In reply to Tim Wickberg from comment #4)
> Thanks Olivier. On master now:
> 
> commit c18d1e551bea2d14b2404800dbb18e74729d3fb4
> Author:     Olivier Delhomme <olivier.delhomme@free.fr>
> AuthorDate: Mon Feb 13 13:37:09 2023 -0700
> 
>     Fix typos for 'occurred'.
>     
>     Bug 15989.

Thanks Tim !

Regards,

Olivier.