Reacted on some of the complaints of codespell
This commit is contained in:
@ -47,7 +47,7 @@ export normal_end=0
|
||||
# This piece of code parses input strings into words by letting xorriso
|
||||
# command -msg_op "parse_silently" do the hard work.
|
||||
# The input strings should be composed by concatenating input lines with
|
||||
# newline characters inbetween. Begin by submitting a single line (without
|
||||
# newline characters between them. Begin by submitting a single line (without
|
||||
# newline at its end) and retry with an appended further line, if
|
||||
# xorriso_parse
|
||||
# returns 1. See below xorriso_cmd_and_handle_result() for an example.
|
||||
@ -269,7 +269,7 @@ mknod "$result_pipe" p
|
||||
xorriso_pid=$!
|
||||
xorriso_is_running=1
|
||||
|
||||
# Get a sign of life from xorriso before issueing the loop prompt
|
||||
# Get a sign of life from xorriso before issuing the loop prompt
|
||||
xorriso_cmd_and_handle_result xorriso_reply_to_stdout \
|
||||
"print_info 'xorriso process ${xorriso_pid} started by $0'"
|
||||
echo >&2
|
||||
|
Reference in New Issue
Block a user