Skip to content
Snippets Groups Projects
Commit 461cfb75 authored by deuce's avatar deuce
Browse files

Fix typo.

parent 0f2baca2
No related branches found
No related tags found
No related merge requests found
......@@ -154,7 +154,7 @@ var FIDO = {
var ext;
if (default_zone === undefined)
throw("Defualt zone unspecified");
throw("Default zone unspecified");
m = path.match(/(?:\.([0-9a-f]{3,4})[\/\\])?([0-9a-f]{4})([0-9a-f]{4})\.(...)(?:[\/\\]([0-9a-f]{8})\.(...))?$/i);
if (m === null)
throw("Invalid flo file path");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment