This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=3b1542f43f9637103a18d029428139b5b22a7b91 The following commit(s) were added to refs/heads/main by this push: new 3b1542f43 doc: Fix typo in Doxyfile.in 3b1542f43 is described below commit 3b1542f43f9637103a18d029428139b5b22a7b91 (HEAD -> main) Author: Guillem Jover <[email protected]> AuthorDate: Thu Dec 1 23:40:14 2022 +0100 doc: Fix typo in Doxyfile.in The update from «doxygen -u» carrier over this typo from upstream. Fixes: commit 3e2227b1f1b27052358fd2e7a8647f72b3a2017e Warned-by: codespell Changelog: silent --- doc/Doxyfile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index b66611d38..3faf8a4d5 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -85,7 +85,7 @@ CREATE_SUBDIRS = NO # level increment doubles the number of directories, resulting in 4096 # directories at level 8 which is the default and also the maximum value. The # sub-directories are organized in 2 levels, the first level always has a fixed -# numer of 16 directories. +# number of 16 directories. # Minimum value: 0, maximum value: 8, default value: 8. # This tag requires that the tag CREATE_SUBDIRS is set to YES. -- Dpkg.Org's dpkg

