diff options
author | Mesar Hameed <mesar.hameed@gmail.com> | 2014-04-16 10:59:00 +0200 |
---|---|---|
committer | Mesar Hameed <mesar.hameed@gmail.com> | 2014-04-16 10:59:00 +0200 |
commit | 84aa8083ef87bebc2a8320e92aea4963f66f226e (patch) | |
tree | 766bc513f921a8efa11cb346923441240663b382 /doc | |
parent | 8ee29158747098f80c28d9db78ccc3916878d596 (diff) |
fix typo
Diffstat (limited to 'doc')
-rw-r--r-- | doc/devblog/day_133__db_and_bugfixes.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/devblog/day_133__db_and_bugfixes.mdwn b/doc/devblog/day_133__db_and_bugfixes.mdwn index b844708dc..5ba1df20e 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 |