Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Thaler <[email protected]>
  • Loading branch information
dthaler authored and elazarg committed Oct 23, 2021
1 parent 51cda32 commit f0986fa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/test/test_wto.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
TEST_CASE("wto figure 1", "[wto]") {
cfg_t cfg;

// Construct the example graph in figure 1 of Bournacle,
// Construct the example graph in figure 1 of Bourdoncle,
// "Efficient chaotic iteration strategies with widenings", 1993.

// Add nodes.
Expand Down Expand Up @@ -39,7 +39,7 @@ TEST_CASE("wto figure 1", "[wto]") {
TEST_CASE("wto figure 2a", "[wto]") {
cfg_t cfg;

// Construct the example graph in figure 2a of Bournacle,
// Construct the example graph in figure 2a of Bourdoncle,
// "Efficient chaotic iteration strategies with widenings", 1993.

// Add nodes.
Expand Down Expand Up @@ -67,7 +67,7 @@ TEST_CASE("wto figure 2a", "[wto]") {
TEST_CASE("wto figure 2b", "[wto]") {
cfg_t cfg;

// Construct the example graph in figure 2b of Bournacle,
// Construct the example graph in figure 2b of Bourdoncle,
// "Efficient chaotic iteration strategies with widenings", 1993.

// Add nodes.
Expand All @@ -89,4 +89,4 @@ TEST_CASE("wto figure 2b", "[wto]") {
std::ostringstream os;
os << wto;
REQUIRE(os.str() == "entry ( 1 4 2 3 ) exit \n");
}
}

0 comments on commit f0986fa

Please sign in to comment.