From 7795bfc1dbc43efafa153fde709a807bbab070c4 Mon Sep 17 00:00:00 2001 From: Douglas Muth Date: Sun, 10 Jul 2016 21:47:46 -0400 Subject: [PATCH] Fixed Peter Norvig's last name! --- wordlist/create-wordlist.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wordlist/create-wordlist.php b/wordlist/create-wordlist.php index 2c73eac..d457f86 100755 --- a/wordlist/create-wordlist.php +++ b/wordlist/create-wordlist.php @@ -71,7 +71,7 @@ function readWordListGoogle($filename) { * @return array An array of words * */ -function readWordListPeterNovig($filename) { +function readWordListPeterNorvig($filename) { $retval = array(); @@ -113,7 +113,7 @@ function readWordListPeterNovig($filename) { return($retval); -} // End of readWordListPeterNovig() +} // End of readWordListPeterNorvig() /** @@ -201,7 +201,7 @@ function main() { //$filename = "google-10000-english.txt"; //$words = readWordListGoogle($filename); $filename = "count_1w.txt"; - $words = readWordListPeterNovig($filename); + $words = readWordListPeterNorvig($filename); // // Match words to dicerolls