Typo in Tetris

2014-08-04 Thread Sam Hart
Absolutely trivial, but none the less ...
--- tetris-orig/shapes.c2014-08-03 14:12:09.0 +0100
+++ tetris/shapes.c 2014-08-03 14:12:26.0 +0100
@@ -76,7 +76,7 @@
 };
 
 /*
- * Return true iff the given shape fits in the given position,
+ * Return true if the given shape fits in the given position,
  * taking the current board into account.
  */
 int


Re: Typo in Tetris

2014-08-04 Thread Jasper Lievisse Adriaanse
On Sun, Aug 03, 2014 at 02:27:37PM +0100, Sam Hart wrote:
 Absolutely trivial, but none the less ...

It's not a typo if and only if iff was meant.

 --- tetris-orig/shapes.c  2014-08-03 14:12:09.0 +0100
 +++ tetris/shapes.c   2014-08-03 14:12:26.0 +0100
 @@ -76,7 +76,7 @@
  };
  
  /*
 - * Return true iff the given shape fits in the given position,
 + * Return true if the given shape fits in the given position,
   * taking the current board into account.
   */
  int



Re: Typo in Tetris

2014-08-04 Thread Stuart Henderson
http://en.m.wikipedia.org/wiki/If_and_only_if



Re: Typo in Tetris

2014-08-04 Thread Sam Hart
Well, I've learned something today.

Apologies for the noise.


On Mon, Aug 4, 2014 at 9:51 AM, Stuart Henderson s...@spacehopper.org
wrote:

 http://en.m.wikipedia.org/wiki/If_and_only_if