File: spelling.patch

package info (click to toggle)
libprpc-perl 0.1005-21
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 244 kB
  • ctags: 66
  • sloc: perl: 1,015; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 697 bytes parent folder | download
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-