Skip to content

Commit

Permalink
Merge pull request #12 from striezel-stash/fix-typo
Browse files Browse the repository at this point in the history
Fix a typo
  • Loading branch information
ColinH committed Jan 11, 2023
2 parents 016a8e9 + 1c1b02c commit 5e726d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/tao/config/internal/concat.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ namespace tao::config::internal
case entry_kind::object:
throw pegtl::parse_error( "object as referenced reference part", e.get_object().position );
case entry_kind::concat:
throw pegtl::parse_error( "concat as referenced referene part", e.get_concat().position );
throw pegtl::parse_error( "concat as referenced reference part", e.get_concat().position );
}
throw std::logic_error( "code should be unreachable" ); // LCOV_EXCL_LINE
}
Expand Down

0 comments on commit 5e726d1

Please sign in to comment.