From: msweet Date: Fri, 26 Jul 2013 21:31:54 +0000 (+0000) Subject: Fix typo. X-Git-Tag: release-1.7.0~20 X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fcups.git;a=commitdiff_plain;h=f593fc1f910b46110ccd6f0d54f89fa4ff52ac8c Fix typo. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11202 a1ca3aef-8c08-0410-bb20-df032aa958be --- diff --git a/scheduler/conf.h b/scheduler/conf.h index 23a93d6ef..b5cdde246 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 */