DOM: Typo

This commit is contained in:
Paul Beckingham 2017-02-20 09:52:41 -05:00
parent c77908e6b4
commit 545a764450

View file

@ -171,7 +171,7 @@ bool getDOM (const std::string& name, Variant& value)
// annotations.<N>.entry
// annotations.<N>.description
//
// This code emphasizes speed, hence 'id' and 'urgecny' being evaluated first
// This code emphasizes speed, hence 'id' and 'urgency' being evaluated first
// as special cases.
bool getDOM (const std::string& name, const Task& task, Variant& value)
{