[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[linterna-magica-commit] [270] Fixing typo in a information string in th
From: |
Ivaylo Valkov |
Subject: |
[linterna-magica-commit] [270] Fixing typo in a information string in the Makefile |
Date: |
Sat, 21 Apr 2012 08:07:18 +0000 |
Revision: 270
http://svn.sv.gnu.org/viewvc/?view=rev&root=linterna-magica&revision=270
Author: valkov
Date: 2012-04-21 08:07:16 +0000 (Sat, 21 Apr 2012)
Log Message:
-----------
Fixing typo in a information string in the Makefile
Modified Paths:
--------------
trunk/Makefile
Modified: trunk/Makefile
===================================================================
--- trunk/Makefile 2012-04-12 07:50:15 UTC (rev 269)
+++ trunk/Makefile 2012-04-21 08:07:16 UTC (rev 270)
@@ -174,7 +174,7 @@
$(TAIL) -n $$rights_down_cut $@ >> $$tmp;\
$(CP) $$tmp $@;\
$(RM) $$tmp;\
- echo -n "Mering style sheet ... ";\
+ echo -n "Merging style sheet ... ";\
tmp="`$(MKTEMP)`";\
css_up_cut="`$(CAT) $@ | $(GREP) -n 'var css_data;' -B1 |$(HEAD) -n 1|
$(CUT) -d'-' -f1`";\
css_down_cut="`$(TAC) $@ |$(GREP) -n 'var css_data;' -B1 |$(HEAD) -n 1|
$(CUT) -d'-' -f1`";\
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [linterna-magica-commit] [270] Fixing typo in a information string in the Makefile,
Ivaylo Valkov <=