Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix few typos in ChangeLog found by codespell #542

Merged
merged 1 commit into from
Oct 1, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@

* EventHandler: reinstate ev_error and ev_timeout as deprecated (#377)

* nodeset/cluset CLI: allow litteral new line in -S, so both -S "\n"
and -S $'\n' will work
* nodeset/cluset CLI: allow literal new line in -S, so both -S "\n" and
-S $'\n' will work

* nodeset/cluset CLI: handle multiline shell arguments in options (#394)

Expand Down Expand Up @@ -565,7 +565,7 @@
CLUSTERSHELL_GW_LOG_DIR and CLUSTERSHELL_GW_LOG_LEVEL environment
variables from the root node.

* Communication.py: Messages are now transfered in xml payload instead of
* Communication.py: Messages are now transferred in xml payload instead of
'output' attribute for improved handling of multi-lines messages in
StdOutMessage and StdErrMessage.

Expand Down Expand Up @@ -1389,7 +1389,7 @@
2009-12-09 A. Degremont <aurelien.degremont@cea.fr>

* scripts/nodeset.py: Protect --separator from code injection and
handle gracefully incorrect separtor.
handle gracefully incorrect separator.

2009-12-09 S. Thiell <stephane.thiell@cea.fr>

Expand Down
Loading