Skip to content

Commit

Permalink
fix in test comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hartzell authored and rjbs committed Jul 2, 2013
1 parent 430f64b commit 727306d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/reader.t
Expand Up @@ -33,7 +33,7 @@ my $expected = {

is_deeply($hashref, $expected, 'Config structure matches expected');

# Add some stuff to the trivial config and check write_string() for it
# Add some stuff to the trivial config and check read_string() for it
my $Trivial = {};
$Trivial->{_} = { root1 => 'root2' };
$Trivial->{section} = {
Expand Down

0 comments on commit 727306d

Please sign in to comment.