Opened 12 years ago
Closed 12 years ago
#1687 closed defect (fixed)
Typo in jhalfs systen -> system
Reported by: | ojab | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | jhalfs | Version: | SVN |
Severity: | trivial | Keywords: | |
Cc: |
Description
Index: common/create-sbu_du-report.sh =================================================================== --- common/create-sbu_du-report.sh (revision 3651) +++ common/create-sbu_du-report.sh (working copy) @@ -129,6 +129,6 @@
INSTALLMB2=
perl -e 'printf "%.3f" , ('$INSTALLMB2' + '$INSTALLMB')';
# Dump grand totals
-echo -e "\n$LINE\n\nTotal time required to build the systen:\t\t$SBU2 SBU" >> $REPORT +echo -e "\n$LINE\n\nTotal time required to build the system:\t\t$SBU2 SBU" >> $REPORT
# Total disk usage: including /tools but not /sources. echo -e "Total Installed files disk usage:\t\t\t$INSTALL2 KB or $INSTALLMB2 MB" >> $REPORT
Attachments (1)
Change History (3)
by , 12 years ago
Attachment: | jhalfs_typo.diff added |
---|
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
erm, inline patch is broken ._.