Fix a Survey typo in the name of a political party.

This commit is contained in:
Colin Kuskie 2009-02-26 18:05:22 +00:00
parent 91ecdda498
commit 67f3f98731
2 changed files with 2 additions and 1 deletions

View file

@ -785,7 +785,7 @@ sub updateQuestionAnswers {
}
elsif ( $type eq 'Party' ) {
my @ans
= ( 'Democratic party', 'Republican party (or GOP)', 'Independant party', 'Other party (verbatim)' );
= ( 'Democratic party', 'Republican party (or GOP)', 'Independent party', 'Other party (verbatim)' );
$self->addAnswersToQuestion( \@addy, \@ans, { 3, 1 } );
}
elsif ( $type eq 'Race' ) {