Skip to content

Commit b504bda

Browse files
committed
Merge pull request #38 from joernhees/patch-1
minor typo
2 parents f8df82c + 2e4030d commit b504bda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ MANIFESTS.each do |ttl|
2929
if template
3030
desc "Build #{html}"
3131
file html => [ttl, frame, template] do
32-
puts "Genrate #{html}"
32+
puts "Generate #{html}"
3333
temp, man = File.read(template), nil
3434

3535
RDF::Reader.open(ttl) do |reader|

0 commit comments

Comments
 (0)