From 988a56ba8fbb3c6c74367c429ffd5ea6a3979e8b Mon Sep 17 00:00:00 2001
From: Alexandre Kaspar <akaspar@mit.edu>
Date: Fri, 25 Oct 2019 14:42:46 -0400
Subject: [PATCH] sepcific

---
 index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.html b/index.html
index 33835b4..8a260f1 100644
--- a/index.html
+++ b/index.html
@@ -308,7 +308,7 @@ Fuse bits describe low-level configurations.
 There are tools available to figure out what fuses to write, notably Atmel Studio allows you to set those interactively during the programming step with help for each individual fuse of each device they support.
 There are also [fuse calculators](http://www.engbedded.com/fusecalc) online.
 
-But before you jump and set fuses, you should understand what they do, since they can make your micro-controller stay silent forever by disabling programming capabilities or changing the basic clock frequency while expecting a sepcific clock (that may not exist, and then you may need to change the hardware to make it work again).
+But before you jump and set fuses, you should understand what they do, since they can make your micro-controller stay silent forever by disabling programming capabilities or changing the basic clock frequency while expecting a specific clock (that may not exist, and then you may need to change the hardware to make it work again).
 
 Long story short - these are bits you should write carefully because some options are not reversible (or hard to reverse).
 
-- 
GitLab