diff options
author | Ralph Amissah <ralph@amissah.com> | 2010-10-01 08:51:32 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2010-10-01 08:51:32 -0400 |
commit | ff6ec4b4667896da74375793bf402821f2c11df5 (patch) | |
tree | 424747c929d6946ba01241c52d5e2fa3e1b8e32f | |
parent | param, a few fixes (checks, aliases, typo) (diff) |
manifest, typo fix
-rw-r--r-- | lib/sisu/v2/manifest.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sisu/v2/manifest.rb b/lib/sisu/v2/manifest.rb index 6954fc6a..82756e67 100644 --- a/lib/sisu/v2/manifest.rb +++ b/lib/sisu/v2/manifest.rb @@ -472,7 +472,7 @@ module SiSU_Manifest end if defined? @md.notes.comment \ and @md.notes.comment=~/\S+/ - id,info=@translate.comments,@md.notes.comments + id,info=@translate.comments,@md.notes.comment metadata(id,info) end if defined? @md.classify.loc \ |