From 1aa3714d3ce06baf391dc0dea490ac515a725063 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jonathan=20Neusch=C3=A4fer?= <j.neuschaefer@gmx.net>
Date: Fri, 12 Sep 2014 19:25:42 +0200
Subject: [PATCH] Fix a typo ("bascked")

---
 libr/core/cmd_open.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libr/core/cmd_open.c b/libr/core/cmd_open.c
index a2a2f268b4..e3ee538484 100644
--- a/libr/core/cmd_open.c
+++ b/libr/core/cmd_open.c
@@ -279,7 +279,7 @@ static int cmd_open(void *data, const char *input) {
 		"o","+/bin/ls","open /bin/ls file in read-write mode",
 		"o"," /bin/ls 0x4000","map file at 0x4000",
 		"on"," /bin/ls 0x4000","map raw file at 0x4000 (no r_bin involved)",
-		"ob","","list open binary files bascked by fd",
+		"ob","","list open binary files backed by fd",
 		"ob"," 4","priorize io and fd on 4 (bring to binfile to front)",
 		"om","[?]","create, list, remove IO maps",
 		NULL