]> git.baikalelectronics.ru Git - uboot.git/commitdiff
doc: typo 'formatted' in codingstyle.rst
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 16 Jul 2022 04:19:08 +0000 (06:19 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Mon, 18 Jul 2022 15:21:49 +0000 (17:21 +0200)
%s/formatted/format/

Fixes: 845858d8b0f8 ("doc: Migrate CodingStyle wiki page to Sphinx")
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
doc/develop/codingstyle.rst

index 2b13818a8ce3e4bd031a2c72e321187cc9b6b21c..a6bc37bbb441d3d484e12fcbae151e9f869227ad 100644 (file)
@@ -41,7 +41,7 @@ The following rules apply:
 
     * The exception here is Python which requires 4 spaces instead.
 
-  * All source files need to be in "Unix" and not "DOS" or "Windows" formatted,
+  * All source files need to be in "Unix" and not "DOS" or "Windows" format,
     with respect to line ends.
 
   * Do not add more than 2 consecutive empty lines to source files