From d67a81cee373654c10b3a51c9a09ae34292fb386 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciro=20Santilli=20=E5=85=AD=E5=9B=9B=E4=BA=8B=E4=BB=B6=20?= =?UTF-8?q?=E6=B3=95=E8=BD=AE=E5=8A=9F?= Date: Thu, 27 Feb 2020 00:00:03 +0000 Subject: [PATCH] pure_cpp.cpp: typo --- userland/libs/python_embed/pure_cpp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userland/libs/python_embed/pure_cpp.cpp b/userland/libs/python_embed/pure_cpp.cpp index 3e7784f..f24879c 100644 --- a/userland/libs/python_embed/pure_cpp.cpp +++ b/userland/libs/python_embed/pure_cpp.cpp @@ -39,7 +39,7 @@ static PyMethodDef my_native_methods[] = { * and bind data and methods it to a C++ class! * * Data will be stored permanently only in the C++ class. - * Pytyhon getters and setters copy data from that class + * Python getters and setters copy data from that class * and create new objects. */