minor #12449 fixed typo (ojhaujjwal)

This PR was submitted for the master branch but it was merged into the 2.3 branch instead (closes #12449).

Discussion
----------

fixed typo

Commits
-------

a7c2a9a fixed typo
This commit is contained in:
Fabien Potencier 2014-11-12 09:11:35 +01:00
commit 5decdd7734
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@ UPGRADE FROM 2.x to 3.0
* `registerNamespaces()` -> `addPrefixes()`
* `registerPrefixes()` -> `addPrefixes()`
* `registerNamespaces()` -> `addPrefix()`
* `registerPrefixes()` -> `addPrefix()`
* `registerNamespace()` -> `addPrefix()`
* `registerPrefix()` -> `addPrefix()`
* `getNamespaces()` -> `getPrefixes()`
* `getNamespaceFallbacks()` -> `getFallbackDirs()`
* `getPrefixFallbacks()` -> `getFallbackDirs()`