|
| 1 | +// This file has been copied from |
| 2 | +// https://github.com/moby/moby/tree/a52171f5eeb6e553e7c4744abf6b722962b2aca4/internal/namesgenerator. |
| 3 | +// It is licensed under the Apache License 2.0. |
| 4 | +// See https://github.com/moby/moby/blob/a52171f5eeb6e553e7c4744abf6b722962b2aca4/LICENSE. |
| 5 | +// |
1 | 6 | // Package namesgenerator generates random names. |
2 | 7 | // |
3 | 8 | // This package is officially "frozen" - no new additions will be accepted. |
@@ -263,7 +268,7 @@ var ( |
263 | 268 | // David Lee Chaum - American computer scientist and cryptographer. Known for his seminal contributions in the field of anonymous communication. https://en.wikipedia.org/wiki/David_Chaum |
264 | 269 | "chaum", |
265 | 270 |
|
266 | | - // Pafnuty Chebyshev - Russian mathematician. He is known fo his works on probability, statistics, mechanics, analytical geometry and number theory https://en.wikipedia.org/wiki/Pafnuty_Chebyshev |
| 271 | + // Pafnuty Chebyshev - Russian mathematician. He is known for his works on probability, statistics, mechanics, analytical geometry and number theory https://en.wikipedia.org/wiki/Pafnuty_Chebyshev |
267 | 272 | "chebyshev", |
268 | 273 |
|
269 | 274 | // Joan Clarke - Bletchley Park code breaker during the Second World War who pioneered techniques that remained top secret for decades. Also an accomplished numismatist https://en.wikipedia.org/wiki/Joan_Clarke |
@@ -793,7 +798,7 @@ var ( |
793 | 798 | // Dorothy Vaughan was a NASA mathematician and computer programmer on the SCOUT launch vehicle program that put America's first satellites into space - https://en.wikipedia.org/wiki/Dorothy_Vaughan |
794 | 799 | "vaughan", |
795 | 800 |
|
796 | | - // Cédric Villani - French mathematician, won Fields Medal, Fermat Prize and Poincaré Price for his work in differential geometry and statistical mechanics. https://en.wikipedia.org/wiki/C%C3%A9dric_Villani |
| 801 | + // Cédric Villani - French mathematician, won Fields Medal, Fermat Prize and Poincaré Prize for his work in differential geometry and statistical mechanics. https://en.wikipedia.org/wiki/C%C3%A9dric_Villani |
797 | 802 | "villani", |
798 | 803 |
|
799 | 804 | // Sir Mokshagundam Visvesvaraya - is a notable Indian engineer. He is a recipient of the Indian Republic's highest honour, the Bharat Ratna, in 1955. On his birthday, 15 September is celebrated as Engineer's Day in India in his memory - https://en.wikipedia.org/wiki/Visvesvaraya |
|
0 commit comments