Skip to content

Commit

Permalink
Fix error message.
Browse files Browse the repository at this point in the history
  • Loading branch information
swatanabe committed Mar 12, 2014
1 parent 27d418a commit 3856994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build/property.jam
Expand Up @@ -523,7 +523,7 @@ rule translate ( properties * : project-id : project-location : context-module )
else
{
import errors ;
errors.error "'$(e)' is not a valid property specification" ;
errors.error "'$(property)' is not a valid property specification" ;
}
} else {
local attributes = [ feature.attributes $(feature) ] ;
Expand Down

0 comments on commit 3856994

Please sign in to comment.