summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2011-04-24 15:58:40 +0300
committerPanu Matilainen <pmatilai@redhat.com>2011-04-29 08:49:19 +0300
commit2974af1466932b9e874c59e77907d9280e239352 (patch)
tree08e2d96c55c3570ba6bb4fb3dc05b53d3f0e9332 /scripts
parente254f9b9d4869ea9ee783d3c68a3d2e293e63345 (diff)
downloadlibrpm-tizen-2974af1466932b9e874c59e77907d9280e239352.tar.gz
librpm-tizen-2974af1466932b9e874c59e77907d9280e239352.tar.bz2
librpm-tizen-2974af1466932b9e874c59e77907d9280e239352.zip
Comment spelling fix.
Signed-off-by: Panu Matilainen <pmatilai@redhat.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/perl.prov2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/perl.prov b/scripts/perl.prov
index 9886dd93f..32f27f2c5 100755
--- a/scripts/perl.prov
+++ b/scripts/perl.prov
@@ -159,7 +159,7 @@ sub process_file {
if ($package && m/^\s*(our\s+)?\$(\Q$package\E::)?VERSION\s*=\s+/) {
# first see if the version string contains the string
- # '$Revision' this often causes bizzare strings and is the most
+ # '$Revision' this often causes bizarre strings and is the most
# common method of non static numbering.
if (m/(\$Revision: (\d+[.0-9]+))/) {