Fix typos in code comments
Thanks to @pkkolos for catching them in
1eb35f46b0
This commit is contained in:
parent
d725e791ee
commit
e26c075f63
@ -499,7 +499,7 @@ _lp_connection()
|
||||
|
||||
# Put the hostname if not locally connected
|
||||
# color it in cyan within SSH, and a warning red if within telnet
|
||||
# else diplay the host without color
|
||||
# else display the host without color
|
||||
# The connection is not expected to change from inside the shell, so we
|
||||
# build this just once
|
||||
LP_HOST=""
|
||||
@ -1564,7 +1564,7 @@ _lp_set_prompt()
|
||||
LP_PROXY=
|
||||
fi
|
||||
|
||||
# Display the current Python virtual environnement, if available
|
||||
# Display the current Python virtual environment, if available
|
||||
if [[ "$LP_ENABLE_VIRTUALENV,$VIRTUAL_ENV" = 1,?* ]] ; then
|
||||
LP_VENV=" [${LP_COLOR_VIRTUALENV}${VIRTUAL_ENV##*/}${NO_COL}]"
|
||||
else
|
||||
|
@ -33,7 +33,7 @@ LP_PATH_LENGTH=35
|
||||
LP_PATH_KEEP=2
|
||||
|
||||
# Do you want to display the hostname, even if not connected through network?
|
||||
# Defaults to 0 (do not display hostname when localy connected)
|
||||
# Defaults to 0 (do not display hostname when locally connected)
|
||||
# set to 1 if you want to always see the hostname
|
||||
LP_HOSTNAME_ALWAYS=0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user