diff options
| author | Sean Moon <ssamoon@ucla.edu> | 2013-05-09 02:34:47 +0900 |
|---|---|---|
| committer | Sean Moon <ssamoon@ucla.edu> | 2013-05-09 02:34:47 +0900 |
| commit | bd4ee7c7d2f00e8c41824fac7e5d155dff40c25f (patch) | |
| tree | 6b48543d67f951fd3537a8624f2f203c5d910496 /src/libstd/test.rs | |
| parent | 37becd887e74383cafd2930a87dfbb8f19c5af15 (diff) | |
| download | rust-bd4ee7c7d2f00e8c41824fac7e5d155dff40c25f.tar.gz rust-bd4ee7c7d2f00e8c41824fac7e5d155dff40c25f.zip | |
Fix typos
Diffstat (limited to 'src/libstd/test.rs')
| -rw-r--r-- | src/libstd/test.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/test.rs b/src/libstd/test.rs index 65fb0c7426a..95bfc80ac55 100644 --- a/src/libstd/test.rs +++ b/src/libstd/test.rs @@ -32,7 +32,7 @@ pub mod rustrt { } // The name of a test. By convention this follows the rules for rust -// paths; i.e. it should be a series of identifiers seperated by double +// paths; i.e. it should be a series of identifiers separated by double // colons. This way if some test runner wants to arrange the tests // hierarchically it may. |
