]> git.pld-linux.org Git - packages/sqlite3.git/commitdiff
typos
authorElan Ruusamäe <glen@delfi.ee>
Wed, 13 May 2015 07:26:00 +0000 (10:26 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 13 May 2015 07:26:00 +0000 (10:26 +0300)
sqlite3.spec

index c77f47dabe677134e6e1ff783c21ebbf923eea23..63984566ddbab1f06cd72068fb9613189350e2f3 100644 (file)
@@ -20,7 +20,7 @@
 %undefine      with_tests
 %endif
 
-# lua versions with zero padded without any dots (3 08 10 01 is 3.8.10.1)
+# sqlite3 version with zero padded without any dots (3 08 10 01 is 3.8.10.1)
 %define                vnum    3081001
 %define                ver             %{lua:vn=rpm.expand("%vnum");v="";for i in string.gmatch(string.format("%08d", vn), "..") do; v=v.."."..i:gsub("^0", "");end;v=v:gsub("^.","");print(v)}
 
This page took 0.035576 seconds and 4 git commands to generate.