From ee32f1f7aac10f0e0325267b17091f718c8b4d1c Mon Sep 17 00:00:00 2001 From: Alessandro Buggin Date: Tue, 16 Oct 2018 15:47:30 +0100 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 902dcc24..a4e7b77d 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ skopeo [![Build Status](https://travis-ci.org/containers/skopeo.svg?branch=maste Skopeo works with API V2 registries such as Docker registries, the Atomic registry, private registries, local directories and local OCI-layout directories. Skopeo does not require a daemon to be running to perform these operations which consist of: * Copying an image from and to various storage mechanisms. - For example you can copy images from one registry to another, without requiring priviledge. + For example you can copy images from one registry to another, without requiring privilege. * Inspecting a remote image showing its properties including its layers, without requiring you to pull the image to the host. * Deleting an image from an image repository. * When required by the repository, skopeo can pass the appropriate credentials and certificates for authentication.