From 65dbce65dd1fda8bc7d47a1f2e18f67b156ed0b6 Mon Sep 17 00:00:00 2001 From: Mesar Hameed Date: Wed, 16 Apr 2014 10:59:00 +0200 Subject: [PATCH] fix typo --- doc/devblog/day_133__db_and_bugfixes.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/devblog/day_133__db_and_bugfixes.mdwn b/doc/devblog/day_133__db_and_bugfixes.mdwn index b844708dc8..5ba1df20e6 100644 --- a/doc/devblog/day_133__db_and_bugfixes.mdwn +++ b/doc/devblog/day_133__db_and_bugfixes.mdwn @@ -4,7 +4,7 @@ several stages, starting with using it for generating views, and ending(?) with using it for direct mode file mappings. Not sure I'm ready to dive into that yet, so instead spent the rest of the -day working on small bugfixes and improvemnts. Only two significant ones.. +day working on small bugfixes and improvements. Only two significant ones.. Made the webapp use a constant time string comparison (from `securemem`) to check if its auth token is valid. This could help avoid a potential