]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
CODING_STYLE: fix 'better' typo
authorSam James <sam@gentoo.org>
Fri, 6 Jan 2023 11:39:10 +0000 (11:39 +0000)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 6 Jan 2023 13:03:19 +0000 (14:03 +0100)
docs/CODING_STYLE.md

index eec124068826002d83d91869c79a5d9fe26ecf78..c96325b3fe560fa5b689a9391a672a3f53579362 100644 (file)
@@ -686,7 +686,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
 - Do not use `basename()` or `dirname()`. The semantics in corner cases are
   full of pitfalls, and the fact that there are two quite different versions of
   `basename()` (one POSIX and one GNU, of which the latter is much more useful)
-  doesn't make it bette either. Use path_extract_filename() and
+  doesn't make it better either. Use path_extract_filename() and
   path_extract_directory() instead.
 
 - Never use `FILENAME_MAX`. Use `PATH_MAX` instead (for checking maximum size