Skip to content

Commit af97dac

Browse files
committed
make-srpm.sh: fix typos
1 parent df5c63f commit af97dac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

make-srpm.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Provides: bundled(boost_nowide)
113113
%description
114114
This package contains the csdiff tool for comparing code scan defect lists in
115115
order to find out added or fixed defects, and the csgrep utility for filtering
116-
defect lists using various filtering predicates.
116+
defect lists using various filtering predicates.
117117
118118
%if %{with python2}
119119
%package -n python2-%{name}
@@ -133,7 +133,7 @@ code scan defect lists to find out added or fixed defects.
133133
%package -n python3-%{name}
134134
Summary: Python interface to csdiff for Python 3
135135
136-
# this packages redefines %%{python3_pkgversion} to 36 because there is
136+
# this package redefines %%{python3_pkgversion} to 36 because there is
137137
# no boost-python3-devel in epel-7 buildroot, only boost-python36-devel
138138
%if 0%{?rhel} == 7
139139
BuildRequires: epel-rpm-macros

0 commit comments

Comments
 (0)