This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-website.git
The following commit(s) were added to refs/heads/master by this push: new e978ad4c project.yml: Fix typo in value of unix_name e978ad4c is described below commit e978ad4c5b4a50a6bebd3d0505f9893d0411c74e Author: Nathan Hartman <59230071+hartmannat...@users.noreply.github.com> AuthorDate: Fri Nov 25 14:23:08 2022 -0500 project.yml: Fix typo in value of unix_name Although unix_name is not currently utilized (except in a commented section), fixing this typo to prevent it being used by mistake in the future. --- _data/project.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/project.yml b/_data/project.yml index 261f1e21..db58a387 100644 --- a/_data/project.yml +++ b/_data/project.yml @@ -17,7 +17,7 @@ # name: Apache NuttX short_name: NuttX -unix_name: nuxxt +unix_name: nuttx incubator_name: nuttx incubator_slash_name: incubator/nuttx description: Apache NuttX is a mature, real-time embedded operating system (RTOS).