1 2 3 4 5 6 7 8 9 10 11 12 13
|
From: Ansgar Burchardt <ansgar@43-1.org>
Subject: Correct spelling error
--- libprpc-perl.orig/lib/RPC/pServer.pm
+++ libprpc-perl/lib/RPC/pServer.pm
@@ -934,7 +934,7 @@
a simple server, say a spreadsheet server. Of course we are not
interested in the details of the spreadsheet part (which could well
be implemented in a separate program), the spreadsheet example
-is choosen, because it is obvious, that such a server is dealing
+is chosen, because it is obvious, that such a server is dealing
with complex data structures. For example, a "sum" method should
be able to add over complete rows, columns or even rectangular
regions of the spreadsheet. And another thing, obviously a spread-
|