Skip to content

Commit

Permalink
style(ydf): fix comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yunielrc committed Jan 24, 2025
1 parent 7d7147e commit 9c8fcd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/usr/bin/ydf
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ ydf::__source_files() {
for f in "${__YDF_COMPONENTS_DIR}/"*/*.bash; do source "$f"; done
}

# INITALIZE COMPONENTS
# INITIALIZE COMPONENTS
ydf::__init_components() {
ydf::utils::constructor "$_YDF_UTILS_NO_MSG"

Expand Down

0 comments on commit 9c8fcd3

Please sign in to comment.