From 348b7e0645c4c88f32284ea20b14b792c024a73f Mon Sep 17 00:00:00 2001 From: Zeeshan Ahmed Date: Sat, 29 Jul 2017 14:44:01 +0500 Subject: [PATCH] Fix typo --- README.GIT-RULES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.GIT-RULES b/README.GIT-RULES index d7143e6b9d8..6ee3585931e 100644 --- a/README.GIT-RULES +++ b/README.GIT-RULES @@ -74,7 +74,7 @@ The next few rules are more of a technical nature:: 1. All changes should first go to the lowest branch (i.e. 5.6) and then get merged up to all other branches. If a change is not needed for - later branches (i.e. fixes for features which where dropped from later + later branches (i.e. fixes for features which were dropped from later branches) an empty merge should be done. 2. All news updates intended for public viewing, such as new features,