From 45a9459f2196323c409f37821c1021e1767abf5b Mon Sep 17 00:00:00 2001 From: Cerebro Cerberus Date: Wed, 21 Aug 2024 17:07:30 +0000 Subject: [PATCH] fix: typo 'especcially' to 'especially' (#6732) --- src/data/projects/log-archive-tool.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/projects/log-archive-tool.md b/src/data/projects/log-archive-tool.md index 7c9df8cb7..d96dd50ca 100644 --- a/src/data/projects/log-archive-tool.md +++ b/src/data/projects/log-archive-tool.md @@ -20,7 +20,7 @@ roadmapIds: - 'linux' --- -In this project, you will build a tool to archive logs on a set schedule by compressing them and storing them in a new directory, this is especcially useful for removing old logs and keeping the system clean while maintaining the logs in a compressed format for future reference. This project will help you practice your programming skills, including working with files and directories, and building a simple cli tool. +In this project, you will build a tool to archive logs on a set schedule by compressing them and storing them in a new directory, this is especially useful for removing old logs and keeping the system clean while maintaining the logs in a compressed format for future reference. This project will help you practice your programming skills, including working with files and directories, and building a simple cli tool. The most common location for logs on a unix based system is `/var/log`.