Skip to content

Commit 1b4dcbe

Browse files
committed
Comments only: typos
1 parent e7ce323 commit 1b4dcbe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/libcore/str.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ pure fn to_upper(s: str/&) -> str {
566566
}
567567

568568
#[doc = "
569-
Replace all occurances of one string with another
569+
Replace all occurrences of one string with another
570570
571571
# Arguments
572572

src/libstd/par.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import future::future;
77
export map, mapi, alli, any, mapi_factory;
88

99
#[doc="The maximum number of tasks this module will spawn for a single
10-
operationg."]
10+
operation."]
1111
const max_tasks : uint = 32u;
1212

1313
#[doc="The minimum number of elements each task will process."]

src/test/bench/graph500-bfs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
3-
An implementation of the Graph500 Bread First Search problem in Rust.
3+
An implementation of the Graph500 Breadth First Search problem in Rust.
44
55
*/
66

0 commit comments

Comments
 (0)