Issue 19504: Change "customise" to "customize" American spelling.

This commit is contained in:
Raymond Hettinger 2016-08-25 21:11:50 -07:00
parent 39e9af6bb3
commit 7ea386e56e
8 changed files with 11 additions and 11 deletions

View file

@ -91,7 +91,7 @@ if not gdbpy_version:
raise unittest.SkipTest("gdb not built with embedded python support")
# Verify that "gdb" can load our custom hooks, as OS security settings may
# disallow this without a customised .gdbinit.
# disallow this without a customized .gdbinit.
_, gdbpy_errors = run_gdb('--args', sys.executable)
if "auto-loading has been declined" in gdbpy_errors:
msg = "gdb security settings prevent use of custom hooks: "