From 2d1c8541460c2b63d46eb1a278adacee14a55556 Mon Sep 17 00:00:00 2001 From: "luz.paz" Date: Wed, 7 Feb 2018 10:54:59 -0500 Subject: Misc. typos Found via `codespell -q 3 --skip="./gtk/po` --- libhb/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libhb/common.h') diff --git a/libhb/common.h b/libhb/common.h index b45e16fbc..370ae5f55 100644 --- a/libhb/common.h +++ b/libhb/common.h @@ -25,7 +25,7 @@ /* * It seems WinXP doesn't align the stack of new threads to 16 bytes. - * To prevent crashes in SSE functions, we need to force stack alignement + * To prevent crashes in SSE functions, we need to force stack alignment * of new threads. */ #if defined( __GNUC__ ) && (defined( _WIN32 ) || defined( __MINGW32__ )) -- cgit v1.2.3