From: Erik V. <ev...@us...> - 2009-10-03 14:00:48
|
Update of /cvsroot/rails/18xx/rails/game In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv13636/rails/game Modified Files: Bank.java Log Message: Spelling correction Index: Bank.java =================================================================== RCS file: /cvsroot/rails/18xx/rails/game/Bank.java,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** Bank.java 25 Sep 2009 19:13:01 -0000 1.12 --- Bank.java 3 Oct 2009 14:00:36 -0000 1.13 *************** *** 25,29 **** /** Collection of items that will (may) become available in the future */ private Portfolio unavailable = null; ! /** Collection of items that have bene discarded (but are kept to allow Undo) */ private Portfolio scrapHeap = null; --- 25,29 ---- /** Collection of items that will (may) become available in the future */ private Portfolio unavailable = null; ! /** Collection of items that have been discarded (but are kept to allow Undo) */ private Portfolio scrapHeap = null; |