From dcc316d3b84691f88158c3a3d2c43e612a995f6e Mon Sep 17 00:00:00 2001 From: Anton Davydov Date: Fri, 19 Jun 2015 15:52:23 +0300 Subject: Fix typos in documentation and error messages [skip ci] --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1d4de00b9..6bababb89 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -45,7 +45,7 @@ on-demand. #### Don't use C++ style comments - /* This is the prefered comment style */ + /* This is the preferred comment style */ Use C++ style comments only for temporary comment e.g. commenting out some code lines. -- cgit v1.2.3