From 136027165414e983f6ccb0cf32708749c1dc74b9 Mon Sep 17 00:00:00 2001 From: "J.P" <70083705+jpfleischer@users.noreply.github.com> Date: Fri, 27 May 2022 22:54:15 -0400 Subject: [PATCH] typo --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index e69101f..b8a9636 100644 --- a/setup.py +++ b/setup.py @@ -59,8 +59,8 @@ def readfile(filename): long_description = f.read() NAME = "cloudmesh-pi-burn" -DESCRIPTION = "A command `cms burn` to burn many Raspberry PI "\ - "SD Cards for buildiing PI Clusters with sshkeys "\ +DESCRIPTION = "A command `cms burn` to burn many Raspberry Pi "\ + "SD Cards for building PI Clusters with sshkeys "\ "and networking" \ AUTHOR = "Gregor von Laszewski"