diff options
author | Igor Pashev <igor.pashev@nexenta.com> | 2012-09-27 00:19:27 +0400 |
---|---|---|
committer | Igor Pashev <igor.pashev@nexenta.com> | 2012-09-27 00:19:27 +0400 |
commit | b34c008feebbbcd9166ced5965f80af1da7b6ba1 (patch) | |
tree | fe9083d396c077926dded7f6219da05991846103 | |
parent | 759aabf7a774cab659d61dbb2ae9bceec9632490 (diff) | |
download | cibs-b34c008feebbbcd9166ced5965f80af1da7b6ba1.tar.gz |
Typo
-rw-r--r-- | examples/grep/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/grep/Makefile b/examples/grep/Makefile index 16d12b9..ddc9201 100644 --- a/examples/grep/Makefile +++ b/examples/grep/Makefile @@ -4,7 +4,7 @@ include /usr/share/cibs/rules/autotools.mk include /usr/share/cibs/rules/32.mk -summary := GNU grep, egrep и fgrep +summary := GNU grep, egrep and fgrep license := GPLv3 license-file := COPYING |