From 82dbf33be7e9ed09c37c7bec0d4094d9524db2e3 Mon Sep 17 00:00:00 2001
From: Jonathan Redpath <legoboyvdlp@gmail.com>
Date: Tue, 17 Oct 2017 12:33:15 +0100
Subject: [PATCH] A3XX: Fix the CONTRIBUTING file

---
 CONTRIBUTING.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index b7803bf1..d6d22730 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -7,7 +7,7 @@ These examples will show the IDG Guidelines for contributing. Please follow this
 - Use lowerCamelCase or underscores for naming Nasal variables/functions (someFunction, some_function).
 - Comments optional for XML, mandatory for Nasal.
 - Do not add a comment to every line, only to functions/groups of code.
-- Remove .ac or .bak files, unless absolutely needed.
+- Remove .bak or .blend files, unless absolutely needed.
 - Leave one extra line at the bottom of each file.
 
 ## Formatting Guidelines: