@@ -3258,12 +3258,12 @@ crate name the crate is given a default name that matches the source file,
3258
3258
with the extension removed. In that case, to turn on logging for a program
3259
3259
compiled from, e.g. ` helloworld.rs ` , ` RUST_LOG ` should be set to ` helloworld ` .
3260
3260
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,
3262
3262
` ::help ` . In this case, when the application starts, the runtime will
3263
3263
simply output a list of loaded modules containing log expressions, then exit.
3264
3264
3265
3265
The 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,
3267
3267
and can be enabled just like the logs for any standard module. The full list
3268
3268
of runtime logging modules follows.
3269
3269
@@ -3341,7 +3341,7 @@ have come and gone during the course of Rust's development:
3341
3341
3342
3342
* The Newsqueak (1988), Alef (1995), and Limbo (1996) family. These
3343
3343
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
3345
3345
(Murray Hill, NJ, USA).
3346
3346
3347
3347
* The Napier (1985) and Napier88 (1988) family. These languages were
0 commit comments