From 17a328bc6f65036bb87ce7e2ea4fc7d2baa5b67d Mon Sep 17 00:00:00 2001 From: Austin Abell Date: Tue, 16 Feb 2021 11:58:33 -0500 Subject: [PATCH] Fix typo in account docs (#15349) --- docs/src/developing/programming-model/accounts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/developing/programming-model/accounts.md b/docs/src/developing/programming-model/accounts.md index daedd5d42d..b61b67795c 100644 --- a/docs/src/developing/programming-model/accounts.md +++ b/docs/src/developing/programming-model/accounts.md @@ -15,7 +15,7 @@ lifetime is expressed in "tokens", which is a number of fractional native tokens, called _lamports_. Accounts are held in validator memory and pay ["rent"](#rent) to stay there. Each validator periodically scans all accounts and collects rent. Any account that drops to zero lamports is purged. Accounts -can also be marked [rent-exempt](#rent-exemption) if they contain a sufficnet +can also be marked [rent-exempt](#rent-exemption) if they contain a sufficient number of lamports. In the same way that a Linux user uses a path to look up a file, a Solana client