@@ -68,8 +68,8 @@ func test_migrations_2_record_sql() ([]byte, error) {
6868// It returns an error if the asset could not be found or
6969// could not be loaded.
7070func Asset (name string ) ([]byte , error ) {
71- cannonicalName := strings .Replace (name , "\\ " , "/" , - 1 )
72- if f , ok := _bindata [cannonicalName ]; ok {
71+ canonicalName := strings .Replace (name , "\\ " , "/" , - 1 )
72+ if f , ok := _bindata [canonicalName ]; ok {
7373 return f ()
7474 }
7575 return nil , fmt .Errorf ("Asset %s not found" , name )
@@ -105,8 +105,8 @@ var _bindata = map[string]func() ([]byte, error){
105105func AssetDir (name string ) ([]string , error ) {
106106 node := _bintree
107107 if len (name ) != 0 {
108- cannonicalName := strings .Replace (name , "\\ " , "/" , - 1 )
109- pathList := strings .Split (cannonicalName , "/" )
108+ canonicalName := strings .Replace (name , "\\ " , "/" , - 1 )
109+ pathList := strings .Split (canonicalName , "/" )
110110 for _ , p := range pathList {
111111 node = node .Children [p ]
112112 if node == nil {
0 commit comments