diff --git a/shadow-4.1.5.1-orig-context.patch b/shadow-4.1.5.1-orig-context.patch
index 63523df..c1ddb13 100644
--- a/shadow-4.1.5.1-orig-context.patch
+++ b/shadow-4.1.5.1-orig-context.patch
@@ -102,7 +102,7 @@ diff -up shadow-4.1.5.1/lib/selinux.c.orig-context shadow-4.1.5.1/lib/selinux.c
 -			}
 -		}
 +		if (setfscreatecon (scontext) < 0)
-+			goto errror;
++			goto error;
  		freecon (scontext);
  	}
  	return 0;