From 27a510e97b03818ff81c4ff05d776a81e196f691 Mon Sep 17 00:00:00 2001 From: Jimmy Olgeni Date: Fri, 9 Sep 2011 12:29:32 +0000 Subject: [PATCH] Fix a typo. --- lang/embryo/pkg-descr | 2 +- math/octave-forge-gnuplot/pkg-descr | 2 +- misc/mbuffer/pkg-descr | 4 ++-- net-mgmt/isic/pkg-descr | 2 +- net-mgmt/virt-viewer/pkg-descr | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lang/embryo/pkg-descr b/lang/embryo/pkg-descr index 4b84bfe4b335..f4ee0608a9e4 100644 --- a/lang/embryo/pkg-descr +++ b/lang/embryo/pkg-descr @@ -1,5 +1,5 @@ Embryo is a tiny library designed interpret limited small programs compiled -by the included scmall compiler. This is mostly cleaning up and reduction +by the included small compiler. This is mostly cleaning up and reduction in size of the original small abstract machine. The compiler itself has been left alone almost completely. diff --git a/math/octave-forge-gnuplot/pkg-descr b/math/octave-forge-gnuplot/pkg-descr index b4c58116dddf..17f81b2f64cd 100644 --- a/math/octave-forge-gnuplot/pkg-descr +++ b/math/octave-forge-gnuplot/pkg-descr @@ -1,4 +1,4 @@ -The octave-forge package is the result of The GNU Octave Repositry project, +The octave-forge package is the result of The GNU Octave Repository project, which is intended to be a central location for custom scripts, functions and extensions for GNU Octave. contains the source for all the functions plus build and install scripts. diff --git a/misc/mbuffer/pkg-descr b/misc/mbuffer/pkg-descr index 4ff7ddaf4ba8..ecdbca743065 100644 --- a/misc/mbuffer/pkg-descr +++ b/misc/mbuffer/pkg-descr @@ -1,9 +1,9 @@ -mbuffer is a tool for buffering data streams. It is also a raplacement +mbuffer is a tool for buffering data streams. It is also a replacement for buffer with additional functionality: - display of i/o speed - optional use of memory mapped i/o for huge buffer files -- multithreaded instead of sharedmemory ipc +- multithreaded instead of shared memory ipc - multi-volume support - auto-loader support - network support diff --git a/net-mgmt/isic/pkg-descr b/net-mgmt/isic/pkg-descr index 5d1e0ea8981f..d13b980d966c 100644 --- a/net-mgmt/isic/pkg-descr +++ b/net-mgmt/isic/pkg-descr @@ -2,7 +2,7 @@ IP Stack Integrity Checker Its purpose is to test the stability of an IP Stack and its component stacks (TCP, UDP, ICMP et. al.) It does this be generating random packets of the -desired protocol. The packets can have tendancies. ie by default all packets +desired protocol. The packets can have tendencies. ie by default all packets have a 50% chance of having IP Options. The packets are then sent against the target machine to either penetrate its firewall rules or find bugs in the IP stack. diff --git a/net-mgmt/virt-viewer/pkg-descr b/net-mgmt/virt-viewer/pkg-descr index 7f8a57eac2da..738256ed7f6f 100644 --- a/net-mgmt/virt-viewer/pkg-descr +++ b/net-mgmt/virt-viewer/pkg-descr @@ -1,7 +1,7 @@ Virt Viewer provides a graphical viewer for the guest OS display. At this time is supports guest OS using the VNC protocol. Further protocols may be supported in the future -as user demand dicatates. The viewer can connect directly +as user demand dictates. The viewer can connect directly to both local and remotely hosted guest OS, optionally using SSL/TLS encryption.