Merge pull request #154 from bsodmike/fix/spelling-typos

/ : fix correct typo for spelling public wrong
This commit is contained in:
luckfox-eng33 2024-08-23 16:27:18 +08:00 committed by GitHub
commit e79fd21975
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@ ENV_SIZE=""
ENV_OFFSET="" ENV_OFFSET=""
################################################################################ ################################################################################
# Plubic Configure # Public Configure
################################################################################ ################################################################################
C_BLACK="\e[30;1m" C_BLACK="\e[30;1m"
C_RED="\e[31;1m" C_RED="\e[31;1m"

View File

@ -1,6 +1,6 @@
################################################################################ ################################################################################
# Plubic Configure # Public Configure
################################################################################ ################################################################################
C_BLACK="\e[30;1m" C_BLACK="\e[30;1m"
C_RED="\e[31;1m" C_RED="\e[31;1m"