mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-18 13:07:50 +00:00
Fix typos
Signed-off-by: Andrew Kreimer <algonell@gmail.com>
This commit is contained in:
parent
7779960772
commit
6e99fa99c7
@ -19,7 +19,7 @@ if [ -e LFS-RELEASE ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if ! git status > /dev/null; then
|
if ! git status > /dev/null; then
|
||||||
# Either it's not a git repository or git is unavaliable.
|
# Either it's not a git repository or git is unavailable.
|
||||||
# Just workaround.
|
# Just workaround.
|
||||||
echo "<![ %sysv; [" > version.ent
|
echo "<![ %sysv; [" > version.ent
|
||||||
echo "<!ENTITY version \"unknown\">" >> version.ent
|
echo "<!ENTITY version \"unknown\">" >> version.ent
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
version="1.0">
|
version="1.0">
|
||||||
|
|
||||||
<!-- This stylesheet contains misc params, attribute sets and templates
|
<!-- This stylesheet contains misc params, attribute sets and templates
|
||||||
for output formating.
|
for output formatting.
|
||||||
This file is for that templates that don't fit in other files. -->
|
This file is for that templates that don't fit in other files. -->
|
||||||
|
|
||||||
<!-- What space do you want between normal paragraphs. -->
|
<!-- What space do you want between normal paragraphs. -->
|
||||||
|
Loading…
Reference in New Issue
Block a user