Index: doc/rob_thesis/tuples.tex
===================================================================
--- doc/rob_thesis/tuples.tex	(revision 1ca52db4ee57d04b401c8b21816639da5b4043b7)
+++ doc/rob_thesis/tuples.tex	(revision cb4d825050b89609f32abd22b08d43c8a3521531)
@@ -87,5 +87,5 @@
 Multiple return values are declared as a comma-separated list of types in square brackets in the same location that the return type appears in standard C function declarations.
 The ability to return multiple values from a function requires a new syntax for the return statement.
-For consistency, the return statement in \CFA accepts a common-separated list of expressions in square brackets.
+For consistency, the return statement in \CFA accepts a comma-separated list of expressions in square brackets.
 The expression resolution phase of the \CFA translator ensures that the correct form is used depending on the values being returned and the return type of the current function.
 A multiple-returning function with return type @T@ can return any expression that is implicitly convertible to @T@.
