From 4db75e51289c079f4ec3d736f85cb19e19587a8a Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Sun, 8 Aug 2010 17:29:32 +0000 Subject: [PATCH] * Fix typo pointed out by umccoullough. I should get a real keyboard. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37977 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- docs/user/compatibility.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/compatibility.dox b/docs/user/compatibility.dox index 9989d49c92..5ae9d3cdbe 100644 --- a/docs/user/compatibility.dox +++ b/docs/user/compatibility.dox @@ -41,7 +41,7 @@ some specific examples: source and binary incompatible. - The file system API has changed; file systems that worked on BeOS will no longer work on Haiku. -- Haiku isnot compatible with the Network kit, nor with BONE. Instead, we have +- Haiku is not compatible with the Network kit, nor with BONE. Instead, we have both UNIX sockets and a new C++ API. - In several places we also dropped compatibility support for older BeOS versions (PR2, R3, R4), which BeOS R5 still featured.