summaryrefslogtreecommitdiff
path: root/core/modules.rs
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules.rs')
-rw-r--r--core/modules.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules.rs b/core/modules.rs
index 722fa2cbe..bab701840 100644
--- a/core/modules.rs
+++ b/core/modules.rs
@@ -509,7 +509,7 @@ impl Modules {
/// This is a tree structure representing the dependencies of a given module.
/// Use Modules::deps to construct it. The 'deps' member is None if this module
-/// was already seen elsewher in the tree.
+/// was already seen elsewhere in the tree.
#[derive(Debug, PartialEq)]
pub struct Deps {
pub name: String,