From d7147cd3f79f6f4870c78487dc32384ed1655fe7 Mon Sep 17 00:00:00 2001 From: Jack Andersen Date: Sat, 7 Jan 2017 14:22:49 -1000 Subject: [PATCH] Typo Fix --- DocMain.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DocMain.md b/DocMain.md index b614ff7..3debade 100644 --- a/DocMain.md +++ b/DocMain.md @@ -1,7 +1,7 @@ JBus Documentation {#mainpage} ============================== -JBus functions as a server for acceping connections from GBA emulator clients. +JBus functions as a server for accepting connections from GBA emulator clients. The jbus::Listener class may be constructed and [started](@ref jbus::Listener::start) to enque incoming jbus::Endpoint instances.