We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e150444 commit 93f3d75Copy full SHA for 93f3d75
cni-plugin/deployment/scripts/install-cni.sh
@@ -284,7 +284,7 @@ monitor_cni_config() {
284
# > Consumers of the target directory can monitor the ..data symlink using
285
# > inotify or fanotify to receive events when the content in the volume is
286
# > updated.
287
-# Indeed, as per atomic writer's Write function docs, in the finaly steps the
+# Indeed, as per atomic writer's Write function docs, in the final steps the
288
# ..data_tmp symlink points to a new timestamped directory containing the new
289
# files, which is then atomically renamed to ..data:
290
# > 8. A symlink to the new timestamped directory ..data_tmp is created that will
0 commit comments