Merge pull request #53 from Morgaux/master

Spelling changes
This commit is contained in:
dylan 2020-04-17 08:41:35 +03:00 committed by GitHub
commit e74081fa46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
pfetch
View File

@ -184,7 +184,7 @@ get_os() {
# Check to see if we're running Bedrock Linux which is # Check to see if we're running Bedrock Linux which is
# very unique. This simply checks to see if the user's # very unique. This simply checks to see if the user's
# PATH contais a Bedrock specific value. # PATH contains a Bedrock specific value.
case $PATH in case $PATH in
*/bedrock/cross/*) distro='Bedrock Linux' */bedrock/cross/*) distro='Bedrock Linux'
esac esac
@ -883,7 +883,7 @@ get_wm() {
get_de() { get_de() {
# This only supports Xorg related desktop environments though # This only supports Xorg related desktop environments though
# this is fine as knowing the desktop envrionment on Windows, # this is fine as knowing the desktop environment on Windows,
# macOS etc is useless (they'll always report the same value). # macOS etc is useless (they'll always report the same value).
# #
# Display the value of '$XDG_CURRENT_DESKTOP', if it's empty, # Display the value of '$XDG_CURRENT_DESKTOP', if it's empty,