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

Typo Update validate-gentx.sh #542

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

mdqst
Copy link

@mdqst mdqst commented Nov 21, 2024

Description:
This pull request addresses a minor but important typo in the script. The word curent was incorrectly used instead of current in the output of the script. This change ensures that the script prints the correct word when displaying timestamps, enhancing the clarity and readability of the logs.

Changes:

  • Replaced the misspelled word curent with the correct current in the line that prints the current time in relation to the start and end times:
    echo "start=$stTime:current=$curTime:endTime=$endTime"

Why is this change important?:

  • While this typo does not affect the functionality of the script, correcting it helps ensure that the output is accurate and professional. This is particularly important for clarity when troubleshooting or reviewing the log outputs, as "curent" could be confusing or misleading.
  • This change improves the consistency of the language in the script and prevents any misunderstandings during manual or automated reviews.

Fix typo: corrected "curent" to "current" in the script for accurate output
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant