Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter van Dijk committed May 7, 2013
1 parent cc3b13c commit 1df6d21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdns/test-misc_hh.cc
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ BOOST_AUTO_TEST_CASE(test_makeRelative) {
BOOST_CHECK_EQUAL(makeRelative("www.powerdns.com", "powerdns.com"), "www");
}

BOOST_AUTO_TEST_CASE(test_AtomicConter) {
BOOST_AUTO_TEST_CASE(test_AtomicCounter) {
AtomicCounter ac;
++ac;
++ac;
Expand Down

0 comments on commit 1df6d21

Please sign in to comment.