Code review comment for lp:~compiz-team/compiz/compiz.fix_1063617.9.1

Revision history for this message
MC Return (mc-return) wrote :

There is a typo here:

246 + throw std::runtime_error ("called PerfomSet with unknown SetMethod");

it should probably read:

246 + throw std::runtime_error ("called performSet with unknown SetMethod");

« Back to merge proposal