summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
authorAndreas Rumpf <andreas@andreas-laptop>2010-05-30 21:15:20 +0200
committerAndreas Rumpf <andreas@andreas-laptop>2010-05-30 21:15:20 +0200
commit909f7dbf8cac95d4cdb08c4a2e1cb4ba2d42bfeb (patch)
tree69348060582d89e2535bdce154f4a4d9655962e4 /web
parentcb21b0e7a789bc068a177258b20b6b4333651c2a (diff)
downloadNim-909f7dbf8cac95d4cdb08c4a2e1cb4ba2d42bfeb.tar.gz
revert to old behavior of getStartMilsecs; getStartMilsecs deprecated
Diffstat (limited to 'web')
-rwxr-xr-xweb/news.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/news.txt b/web/news.txt
index 7de119d34..6a65782ff 100755
--- a/web/news.txt
+++ b/web/news.txt
@@ -13,7 +13,7 @@ Bugfixes
 - Bugfix: Passing a ``ref`` pointer to the untyped ``pointer`` type is invalid.
 - Bugfix: Updated ``keyval`` example.
 - Bugfix: ``system.splitChunk`` still contained code for debug output.
-- Bugfix: ``times.getStartMilsecs`` uses ``gettimeofday`` for Posix times. It
+- Bugfix: ``times.getStartMilsecs`` uses ``gettimeofday`` for Posix. It
   used to use ``clock`` which has the wrong semantics.
 - Bugfix: ``dialogs.ChooseFileToSave`` uses ``STOCK_SAVE`` instead of 
   ``STOCK_OPEN`` for the GTK backend.