From cadb64e4c63020f822c1b5144886c25649821c7f Mon Sep 17 00:00:00 2001 From: Matteo Cypriani Date: Tue, 16 Oct 2012 15:30:42 +0200 Subject: [PATCH] [lib] Fix a typo in owlps.h --- libowlps/owlps.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libowlps/owlps.h b/libowlps/owlps.h index 24d76f1..9a9f9d6 100644 --- a/libowlps/owlps.h +++ b/libowlps/owlps.h @@ -87,7 +87,7 @@ enum {owl_north = 1, owl_east, owl_south, owl_west} ; typedef uint8_t owl_direction ; -/* Timestamp type (struct timespec clone with fix-sized fields) */ +/* Timestamp type (struct timespec clone with fixed size fields) */ typedef struct _owl_timestamp { uint32_t tv_sec ;