Skip to content

Commit fdbd415

Browse files
committed
Fix some typos
1 parent 926c1bf commit fdbd415

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ e-mail [email protected] (please do *not* raise a PR) with:
5252
- Your company name, URL and logo.
5353
- A one short sentence describing your usage of Rust, ideally with a link
5454
providing evidence (other prospective users will be interested to
55-
know details). The UI for this can't accomodate more than about two
55+
know details). The UI for this can't accommodate more than about two
5656
lines of text
5757
- A name and e-mail of a contact within your organization who the
5858
Rust team can contact should we need to make changes to the web

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ fn load_governance_data() -> HashMap<String, Vec<Group>> {
134134
fn team(t: String, subject: String) -> Template {
135135
let page = "governance/group".to_string();
136136
let title = format!("Rust - {}", page).to_string();
137-
let t = get_type_from_string(&t).expect("couldnt figure out group type from path string");
137+
let t = get_type_from_string(&t).expect("couldn't figure out group type from path string");
138138
let context = GroupContext {
139139
page: page.clone(),
140140
title,

templates/policies/licenses.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<h2>License</h2>
1313
<div class="highlight"></div>
1414
</header>
15-
<p>The Rust Programing Language and all other official projects, including this website, are generally dual-licensed:</p>
15+
<p>The Rust Programming Language and all other official projects, including this website, are generally dual-licensed:</p>
1616
<ul>
1717
<li><a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank" rel="noopener">Apache License, Version 2.0</a></li>
1818
<li><a href="http://opensource.org/licenses/MIT" target="_blank" rel="noopener">MIT license</a></li>

0 commit comments

Comments
 (0)