aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorolgeni <olgeni@FreeBSD.org>2004-02-17 20:02:57 +0800
committerolgeni <olgeni@FreeBSD.org>2004-02-17 20:02:57 +0800
commit26e76e7fe12698498dd01803761fb207c71437a0 (patch)
tree09f5f8e07f1b5122b74b693bd7e57b52aa607dff /x11-toolkits
parent082709b0db5eab166b7c4cc2cfc4aa27bc7b651f (diff)
downloadfreebsd-ports-gnome-26e76e7fe12698498dd01803761fb207c71437a0.tar.gz
freebsd-ports-gnome-26e76e7fe12698498dd01803761fb207c71437a0.tar.zst
freebsd-ports-gnome-26e76e7fe12698498dd01803761fb207c71437a0.zip
Fix a couple of typos (from ispell).
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/gai/pkg-descr4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/gai/pkg-descr b/x11-toolkits/gai/pkg-descr
index 42cacdb3e51c..ac401c502f11 100644
--- a/x11-toolkits/gai/pkg-descr
+++ b/x11-toolkits/gai/pkg-descr
@@ -1,9 +1,9 @@
GAI, The General Applet Interface library is a library that will help applet
-programmers alot. The goal of this library is to give programmers a simple yet
+programmers a lot. The goal of this library is to give programmers a simple yet
powerful applet interface. This library supports both Dockapps and Gnome 2
Panel Applets. The applet program doesn't have to care about if the applet
will be used on the Gnome panel or in the dock. The library handles that.
-Over 50% of the code in a Dockapp and a Gnome 2 Panel applet does actully
+Over 50% of the code in a Dockapp and a Gnome 2 Panel applet does actually
only one thing, setting up the applet window. With GAI, this can be reduced
to just a few lines of code.