diff --git a/pfetch b/pfetch index d47b878..6ff56db 100755 --- a/pfetch +++ b/pfetch @@ -114,7 +114,7 @@ log() { # Store the values of '$1' and '$3' as we reset the argument list below. name=$1 - use_seperator=$3 + use_separator=$3 # Use 'set --' as a means of stripping all leading and trailing # white-space from the info string. This also normalizes all @@ -140,7 +140,7 @@ log() { esc_p SGR 0 # Print the info name and info data separator, if applicable. - [ "$use_seperator" ] || printf %s "$PF_SEP" + [ "$use_separator" ] || printf %s "$PF_SEP" # Move the cursor backward the length of the *current* info name and # then move it forwards the length of the *longest* info name. This @@ -1095,7 +1095,7 @@ get_palette() { palette="$palette$e" } - # Print the palette with a new-line before and afterwards but no seperator. + # Print the palette with a new-line before and afterwards but no separator. printf '\n' >&6 log "$palette " " " " " >&6