Skip to content

Commit 5010223

Browse files
committed
Change spelling back to good ol' British
1 parent 5a6b9d4 commit 5010223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PythonScript/src/PythonScript.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ using namespace boost::python;
1919

2020
using namespace std;
2121

22-
#define CHECK_INITIALIZED() if (!g_initialised) initialisePython()
22+
#define CHECK_INITIALISED() if (!g_initialised) initialisePython()
2323

2424
/* Info for Notepad++ */
2525
CONST TCHAR PLUGIN_NAME[] = _T("Python Script");

0 commit comments

Comments
 (0)