diff --git a/src/__phutil_library_map__.php b/src/__phutil_library_map__.php index ec110c2d66..0ead3d5515 100644 --- a/src/__phutil_library_map__.php +++ b/src/__phutil_library_map__.php @@ -2065,7 +2065,7 @@ phutil_register_library_map(array( 'PhabricatorPHPConfigSetupCheck' => 'applications/config/check/PhabricatorPHPConfigSetupCheck.php', 'PhabricatorPHPMailerConfigOptions' => 'applications/config/option/PhabricatorPHPMailerConfigOptions.php', 'PhabricatorPagedFormUIExample' => 'applications/uiexample/examples/PhabricatorPagedFormUIExample.php', - 'PhabricatorPagerUIExample' => 'applications/uiexample/examples/PhabricatorPageUIExample.php', + 'PhabricatorPagerUIExample' => 'applications/uiexample/examples/PhabricatorPagerUIExample.php', 'PhabricatorPassphraseApplication' => 'applications/passphrase/application/PhabricatorPassphraseApplication.php', 'PhabricatorPasswordAuthProvider' => 'applications/auth/provider/PhabricatorPasswordAuthProvider.php', 'PhabricatorPasswordHasher' => 'infrastructure/util/password/PhabricatorPasswordHasher.php', diff --git a/src/applications/uiexample/examples/PhabricatorPageUIExample.php b/src/applications/uiexample/examples/PhabricatorPagerUIExample.php similarity index 100% rename from src/applications/uiexample/examples/PhabricatorPageUIExample.php rename to src/applications/uiexample/examples/PhabricatorPagerUIExample.php