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 0640189e9e66678dab5d7f80793687fa10ff24c3)
@@ -19,5 +19,5 @@
 		throw_exception();
 	} catch (EmptyException & exc) {
-		if (should_catch) {
+		if (!should_catch) {
 			throw;
 		}
