fix minor typos in cdll

This commit is contained in:
Jason Leschnik 2016-10-24 23:31:12 +11:00
parent c208ee96f1
commit cd0076cd30
1 changed files with 2 additions and 2 deletions

View File

@ -244,7 +244,7 @@ cd_getrc ()
cd_flchar=${cd_flchar}-5
else
cd_flchar=${FLCHAR:=75}
# cd_flchar is used for for the @s & @h history
# cd_flchar is used for the @s & @h history
cd_lchar=${LCHAR:=35}
cd_rchar=${RCHAR:=35}
fi
@ -466,7 +466,7 @@ export CDFile=${CDFILE:=cdfile} # for the -u and -f commands #
#
typeset -i cd_lchar cd_rchar cd_flchar
# This is the number of chars to allow for the #
cd_flchar=${FLCHAR:=75} #+ cd_flchar is used for for the @s & @h history#
cd_flchar=${FLCHAR:=75} #+ cd_flchar is used for the @s & @h history#
typeset -ax CD CDS
#