From f593fc1f910b46110ccd6f0d54f89fa4ff52ac8c Mon Sep 17 00:00:00 2001 From: msweet Date: Fri, 26 Jul 2013 21:31:54 +0000 Subject: [PATCH] Fix typo. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11202 a1ca3aef-8c08-0410-bb20-df032aa958be --- scheduler/conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scheduler/conf.h b/scheduler/conf.h index 23a93d6efd..b5cdde246a 100644 --- a/scheduler/conf.h +++ b/scheduler/conf.h @@ -172,7 +172,7 @@ VAR int ClassifyOverride VALUE(0), /* Which errors are fatal? */ StrictConformance VALUE(FALSE), /* Require strict IPP conformance? */ - SyncOnClosee VALUE(FALSE), + SyncOnClose VALUE(FALSE), /* Call fsync() when closing files? */ LogFilePerm VALUE(0644); /* Permissions for log files */ -- 2.47.3