From 7008fb5708a3589cd1bdbba38d24da523422b8ee Mon Sep 17 00:00:00 2001 From: Tod Beardsley Date: Wed, 25 Mar 2015 17:16:36 -0500 Subject: [PATCH] typo --- dev/Setting-Up-a-Metasploit-Development-Environment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/Setting-Up-a-Metasploit-Development-Environment.md b/dev/Setting-Up-a-Metasploit-Development-Environment.md index 7896f1a9e4..f8378fdec8 100644 --- a/dev/Setting-Up-a-Metasploit-Development-Environment.md +++ b/dev/Setting-Up-a-Metasploit-Development-Environment.md @@ -148,7 +148,7 @@ chsh -s /bin/bash msfdev Once this is complete, switch to this user by logging out of `root` and logging back in as `msfdev`. While some steps down the line will still require sudoer access, you should resist the temptation to keep being root. You will invariably forget to switch and start getting mystery errors about unable to read critical resources that RVM and Git need. -# Install the base dev pacakages +# Install the base dev packages #### TLDR (as msfdev)