From 70ed757e5add1726374d3426ca22169cf985b899 Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Mon, 24 Nov 2014 18:47:26 +0000 Subject: [PATCH] Fix spelling error. git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1923 5089003a-bbd8-11dd-ad1f-f1f9622dbc98 --- include/internal/cef_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/internal/cef_types.h b/include/internal/cef_types.h index a23eb1266..4354f5829 100644 --- a/include/internal/cef_types.h +++ b/include/internal/cef_types.h @@ -1779,7 +1779,7 @@ typedef struct _cef_geoposition_t { double speed; /// - // Time of position measurement in miliseconds since Epoch in UTC time. This + // Time of position measurement in milliseconds since Epoch in UTC time. This // is taken from the host computer's system clock. /// cef_time_t timestamp;