Skip to content

Commit 9e12a88

Browse files
committed
Minor corrections
1 parent bfb2340 commit 9e12a88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

magento/app/etc/local.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<username>{{db_user}}</username>
1919
<password>{{db_pass}}</password>
2020
<dbname>{{db_name}}</dbname>
21-
<initStatements>{{db_init_statemants}}</initStatements>
21+
<initStatements>{{db_init_statements}}</initStatements>
2222
<model>{{db_model}}</model>
2323
<type>{{db_type}}</type>
2424
<pdoType>{{db_pdo_type}}</pdoType>
@@ -71,4 +71,4 @@
7171
</web>
7272
</default>
7373
</stores>
74-
</config>
74+
</config>

0 commit comments

Comments
 (0)