Navigation Menu

Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Jun 27, 2014
1 parent f227ee4 commit adfc880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/droonga-engine-join
Expand Up @@ -69,7 +69,7 @@ parser.parse!(ARGV)
base_dir = options.base_dir || ENV["DROONGA_BASE_DIR"]

catalog_path = Pathname(base_dir).expand_path + "catalog.json"
soruce_catalog = JSON.parse(catalog_path.read)
source_catalog = JSON.parse(catalog_path.read)


generator = Droonga::CatalogGenerator.new
Expand Down

0 comments on commit adfc880

Please sign in to comment.