You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ha...@apache.org on 2022/11/25 19:23:23 UTC

[nuttx-website] 01/01: project.yml: Fix typo in value of unix_name

This is an automated email from the ASF dual-hosted git repository.

hartmannathan pushed a commit to branch typo-unix-name
in repository https://gitbox.apache.org/repos/asf/nuttx-website.git

commit 39f599dff255b79f68d1072e0b8f5211d50e3b15
Author: Nathan Hartman <59...@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).