@@ -3258,12 +3258,12 @@ crate name the crate is given a default name that matches the source file,
32583258with the extension removed. In that case, to turn on logging for a program
32593259compiled from, e.g. ` helloworld.rs ` , ` RUST_LOG ` should be set to ` helloworld ` .
32603260
3261- As a convenience, the logging spec can also be set to a special psuedo -crate,
3261+ As a convenience, the logging spec can also be set to a special pseudo -crate,
32623262` ::help ` . In this case, when the application starts, the runtime will
32633263simply output a list of loaded modules containing log expressions, then exit.
32643264
32653265The Rust runtime itself generates logging information. The runtime's logs are
3266- generated for a number of artificial modules in the ` ::rt ` psuedo -crate,
3266+ generated for a number of artificial modules in the ` ::rt ` pseudo -crate,
32673267and can be enabled just like the logs for any standard module. The full list
32683268of runtime logging modules follows.
32693269
@@ -3341,7 +3341,7 @@ have come and gone during the course of Rust's development:
33413341
33423342* The Newsqueak (1988), Alef (1995), and Limbo (1996) family. These
33433343 languages were developed by Rob Pike, Phil Winterbottom, Sean Dorward and
3344- others in their group at Bell labs Computing Sciences Research Center
3344+ others in their group at Bell Labs Computing Sciences Research Center
33453345 (Murray Hill, NJ, USA).
33463346
33473347* The Napier (1985) and Napier88 (1988) family. These languages were
0 commit comments