lib/stove/community.rb in stove-3.2.2 vs lib/stove/community.rb in stove-3.2.3
- old
+ new
@@ -54,10 +54,10 @@
connection.post('cookbooks', {
'tarball' => cookbook.tarball,
# This is for legacy, backwards-compatability reasons. The new
# Supermarket site does not require a category, but many of the testing
- # tools still assume a cookbook category is present. We juse hardcode
+ # tools still assume a cookbook category is present. We just hardcode
# "Other" here.
'cookbook' => { 'category' => 'Other' }.to_json,
})
end