From 3637e66b8d952d3043724164e699d48c3cb0ef97 Mon Sep 17 00:00:00 2001 From: Prayag Verma Date: Mon, 1 Feb 2016 12:05:10 +0530 Subject: [PATCH] Fix typo in ORGANIZATION.md Spelling mistake - `artifcats` > `artifacts` --- ORGANIZATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ORGANIZATION.md b/ORGANIZATION.md index 5a92236bf06..14a99a37fff 100644 --- a/ORGANIZATION.md +++ b/ORGANIZATION.md @@ -79,7 +79,7 @@ * doc * Documentation is generated here by the `rustdoc` tool when running `./mach doc` * release - * Build artifcats generated by `./mach build --release`. + * Build artifacts generated by `./mach build --release`. * tests * dromaeo * Harness for automatically running the Dromaeo testsuite.