Skip to content

Commit 296102e

Browse files
committed
Fix typo "gihub" in libsyntax/crateid.
Update licensing header for 2014.
1 parent df821dc commit 296102e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libsyntax/crateid.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2013 The Rust Project Developers. See the COPYRIGHT
1+
// Copyright 2013-2014 The Rust Project Developers. See the COPYRIGHT
22
// file at the top-level directory of this distribution and at
33
// http://rust-lang.org/COPYRIGHT.
44
//
@@ -13,7 +13,7 @@ use std::fmt;
1313
/// CrateIds identify crates and include the crate name and optionally a path
1414
/// and version. In the full form, they look like relative URLs. Example:
1515
/// `github.com/mozilla/rust#std:1.0` would be a package ID with a path of
16-
/// `gitub.com/mozilla/rust` and a crate name of `std` with a version of
16+
/// `github.com/mozilla/rust` and a crate name of `std` with a version of
1717
/// `1.0`. If no crate name is given after the hash, the name is inferred to
1818
/// be the last component of the path. If no version is given, it is inferred
1919
/// to be `0.0`.

0 commit comments

Comments
 (0)