aboutsummaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-01-30 22:20:42 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-01-30 22:20:42 +0000
commit1e4d04d53bf7b7f1cf97e33a51638decc723ce4c (patch)
treefe3d918b2d1dec3f298c02e9ac77527b7c5a6f3d /apps/ChangeLog.txt
parent622ac27bfa6f4fd1c4d1b82a911978078bfd621d (diff)
downloadpx4-firmware-1e4d04d53bf7b7f1cf97e33a51638decc723ce4c.tar.gz
px4-firmware-1e4d04d53bf7b7f1cf97e33a51638decc723ce4c.tar.bz2
px4-firmware-1e4d04d53bf7b7f1cf97e33a51638decc723ce4c.zip
A few more telnet updates
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4348 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'apps/ChangeLog.txt')
-rwxr-xr-xapps/ChangeLog.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 1179e2614..248e6b5fe 100755
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -173,4 +173,4 @@
telnet infrastructure. The new telnet daemon creates sessions that are
"wrapped" as character devices and mapped to stdin, stdout, and stderr.
Now the telnet session can be inherited by spawned tasks.
- * examples/telnetd: Add a test for the nte telnet daemon.
+ * examples/telnetd: Add a test for the new telnet daemon.