From 77567d0cd3bbfb791c7ef7ef7bee6151f37427db Mon Sep 17 00:00:00 2001 From: Elichai Turkel Date: Sat, 19 Oct 2019 14:23:46 +0300 Subject: Fix typo 'depencency' to 'dependency' --- tools/minicargo/manifest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/minicargo') 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, "`")); } } } -- cgit v1.2.3