]> git.lizzy.rs Git - rust.git/commitdiff
Fix typo "gihub" in libsyntax/crateid.
authorNikita Pekin <contact@nikitapek.in>
Tue, 3 Jun 2014 18:25:16 +0000 (14:25 -0400)
committerNikita Pekin <contact@nikitapek.in>
Tue, 3 Jun 2014 18:30:59 +0000 (14:30 -0400)
Update licensing header for 2014.

src/libsyntax/crateid.rs

index 3f74598d2e57796ed06f82ffac9d50627e7be67e..a50cca1e1647bc82e0310a4d326bac9712a63822 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright 2013 The Rust Project Developers. See the COPYRIGHT
+// Copyright 2013-2014 The Rust Project Developers. See the COPYRIGHT
 // file at the top-level directory of this distribution and at
 // http://rust-lang.org/COPYRIGHT.
 //
@@ -13,7 +13,7 @@
 /// CrateIds identify crates and include the crate name and optionally a path
 /// and version. In the full form, they look like relative URLs. Example:
 /// `github.com/mozilla/rust#std:1.0` would be a package ID with a path of
-/// `gitub.com/mozilla/rust` and a crate name of `std` with a version of
+/// `github.com/mozilla/rust` and a crate name of `std` with a version of
 /// `1.0`. If no crate name is given after the hash, the name is inferred to
 /// be the last component of the path. If no version is given, it is inferred
 /// to be `0.0`.