Index: doc/theses/andrew_beach_MMath/code/cond-catch.cpp
===================================================================
--- doc/theses/andrew_beach_MMath/code/cond-catch.cpp	(revision 63e3ed80ef51c55ad2d5abab847cc1ee9a02ed19)
+++ doc/theses/andrew_beach_MMath/code/cond-catch.cpp	(revision e19faddf611ccc16d30ca17e88b688f0d0dfa8c1)
@@ -19,5 +19,5 @@
 		throw_exception();
 	} catch (EmptyException & exc) {
-		if (should_catch) {
+		if (!should_catch) {
 			throw;
 		}
