summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorElichai Turkel <elichai.turkel@gmail.com>2019-10-19 14:23:46 +0300
committerElichai Turkel <elichai.turkel@gmail.com>2019-11-02 16:58:26 +0200
commit77567d0cd3bbfb791c7ef7ef7bee6151f37427db (patch)
treedff8c166acedd3983ab67a041e939980e8c4190f /tools
parent6822eca96f5385ab8244b6825cf972a2f003d6d4 (diff)
downloadmrust-77567d0cd3bbfb791c7ef7ef7bee6151f37427db.tar.gz
Fix typo 'depencency' to 'dependency'
Diffstat (limited to 'tools')
-rw-r--r--tools/minicargo/manifest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/minicargo/manifest.cpp b/tools/minicargo/manifest.cpp
index 098ccab9..c385072d 100644
--- a/tools/minicargo/manifest.cpp
+++ b/tools/minicargo/manifest.cpp
@@ -588,7 +588,7 @@ void PackageRef::fill_from_kv(bool was_added, const TomlKeyValue& key_val, size_
else
{
// TODO: Error
- throw ::std::runtime_error(::format("ERROR: Unkown depencency attribute `", attr, "` on dependency `", this->m_name, "`"));
+ throw ::std::runtime_error(::format("ERROR: Unkown dependency attribute `", attr, "` on dependency `", this->m_name, "`"));
}
}
}