]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix typo.
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Fri, 26 Jul 2013 21:31:54 +0000 (21:31 +0000)
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Fri, 26 Jul 2013 21:31:54 +0000 (21:31 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11202 a1ca3aef-8c08-0410-bb20-df032aa958be

scheduler/conf.h

index 23a93d6efde9964a8aaa5a1d0a09ecb8f48bbfb5..b5cdde246a1eeb0a552e27946b2079a8ec6b8e16 100644 (file)
@@ -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 */