From: Matt Amos Date: Wed, 7 Sep 2016 10:45:32 +0000 (+0100) Subject: Fix typo. X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/73c1c017c5a76b80243a8b5d736d8dd554618615 Fix typo. --- diff --git a/cookbooks/planet/files/default/replication-bin/replicate-changesets b/cookbooks/planet/files/default/replication-bin/replicate-changesets index b5e6b50d9..ef6a27eb9 100644 --- a/cookbooks/planet/files/default/replication-bin/replicate-changesets +++ b/cookbooks/planet/files/default/replication-bin/replicate-changesets @@ -246,7 +246,7 @@ class Replicator # fsync the files in their new locations, in case the inodes have # changed in the move / copy. - fsync(data_fie) + fsync(data_file) fsync(@config["state_file"]) fsync(data_state_file)