paparazzi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[paparazzi-commits] [5205] fix typo.


From: Paul Cox
Subject: [paparazzi-commits] [5205] fix typo.
Date: Tue, 03 Aug 2010 15:40:52 +0000

Revision: 5205
          http://svn.sv.gnu.org/viewvc/?view=rev&root=paparazzi&revision=5205
Author:   paulcox
Date:     2010-08-03 15:40:52 +0000 (Tue, 03 Aug 2010)
Log Message:
-----------
fix typo. bizarre that it compiled before... maybe points to a bug?

Modified Paths:
--------------
    paparazzi3/trunk/sw/airborne/fms/overo_test_telemetry2.c

Modified: paparazzi3/trunk/sw/airborne/fms/overo_test_telemetry2.c
===================================================================
--- paparazzi3/trunk/sw/airborne/fms/overo_test_telemetry2.c    2010-08-03 
15:39:10 UTC (rev 5204)
+++ paparazzi3/trunk/sw/airborne/fms/overo_test_telemetry2.c    2010-08-03 
15:40:52 UTC (rev 5205)
@@ -38,7 +38,7 @@
 static struct event timeout;
 static struct event read_event;
 static struct FmsNetwork* network;
-static struct DownlinkTrasport *udp_transport;
+static struct DownlinkTransport *udp_transport;
 
 void timeout_cb(int fd, short event, void *arg) {
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]