Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144300275
D52917.id163601.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
4 KB
Referenced Files
None
Subscribers
None
D52917.id163601.diff
View Options
diff --git a/release/packages/generate-set-ucl.lua b/release/packages/generate-set-ucl.lua
--- a/release/packages/generate-set-ucl.lua
+++ b/release/packages/generate-set-ucl.lua
@@ -1,7 +1,7 @@
#!/usr/libexec/flua
--[[ usage:
-generare-set-ucl.lua <template> [<variablename> <variablevalue>]
+generate-set-ucl.lua <template> [<variablename> <variablevalue>]
Generate the UCL for a set metapackage. The variables provided will be
substituted as UCL variables.
diff --git a/release/packages/generate-ucl.lua b/release/packages/generate-ucl.lua
--- a/release/packages/generate-ucl.lua
+++ b/release/packages/generate-ucl.lua
@@ -1,7 +1,7 @@
#!/usr/libexec/flua
--[[ usage:
-generare-ucl.lua [<variablename> <variablevalue>]... <sourceucl> <destucl>
+generate-ucl.lua [<variablename> <variablevalue>]... <sourceucl> <destucl>
Build a package's UCL configuration by loading the template UCL file
<sourceucl>, replacing any $VARIABLES in the UCL based on the provided
diff --git a/release/packages/ucl/ctf-all.ucl b/release/packages/ucl/ctf-all.ucl
--- a/release/packages/ucl/ctf-all.ucl
+++ b/release/packages/ucl/ctf-all.ucl
@@ -30,7 +30,7 @@
This package provides the ctfconvert(1), ctfdump(1) and ctfmerge(1) utilities
which are used to work with CTF data, and the libctf library which allows
-application to access CTF debugging information programatically.
+application to access CTF debugging information programmatically.
EOD
licenses = [ "CDDL-1.0" ]
diff --git a/release/packages/ucl/fetch-all.ucl b/release/packages/ucl/fetch-all.ucl
--- a/release/packages/ucl/fetch-all.ucl
+++ b/release/packages/ucl/fetch-all.ucl
@@ -19,13 +19,13 @@
comment = "Retrieve a file from a remote URL"
desc = <<EOD
-The fetch(1) utility retieves one or more files from a remote URL via
+The fetch(1) utility retrieves one or more files from a remote URL via
HTTP or FTP. fetch(1) includes support for TLS, HTTP proxies, .netrc
files, and includes a "mirror" mode which only downloads files which
are newer on the remote site.
Also provided is fetch(3), a library which allows applications to use
-this functionality programatically.
+this functionality programmatically.
EOD
annotations {
diff --git a/release/packages/ucl/openssl-all.ucl b/release/packages/ucl/openssl-all.ucl
--- a/release/packages/ucl/openssl-all.ucl
+++ b/release/packages/ucl/openssl-all.ucl
@@ -26,7 +26,7 @@
OpenSSL provides openssl(1), a command-line utility used for testing TLS
clients and servers, managing certificate used in TLS authentication, and
-performing various miscallenous cryptographic operations.
+performing various miscellaneous cryptographic operations.
Also provided are two libraries, libcrypto and libssl, which can be used by
applications to provide generic cryptographic functionality, and to implement
diff --git a/release/packages/ucl/ufs-all.ucl b/release/packages/ucl/ufs-all.ucl
--- a/release/packages/ucl/ufs-all.ucl
+++ b/release/packages/ucl/ufs-all.ucl
@@ -32,7 +32,7 @@
an unclean shutdown or panic.
The libufs library is also provided, which allows applications to access
-UFS filesystems programatically.
+UFS filesystems programmatically.
EOD
annotations {
diff --git a/release/packages/ucl/xz-all.ucl b/release/packages/ucl/xz-all.ucl
--- a/release/packages/ucl/xz-all.ucl
+++ b/release/packages/ucl/xz-all.ucl
@@ -21,7 +21,7 @@
desc = <<EOD
xz compresses data using the LZMA2 data compression algorithm. This package
provides the front-end xz(1) utility, and the liblzma library which allows
-applications to use this functionality programatically.
+applications to use this functionality programmatically.
EOD
annotations {
diff --git a/release/packages/ucl/zfs-all.ucl b/release/packages/ucl/zfs-all.ucl
--- a/release/packages/ucl/zfs-all.ucl
+++ b/release/packages/ucl/zfs-all.ucl
@@ -39,7 +39,7 @@
ZFS filesystems, the zfsd(8) self-healing daemon, and several other
utilities, as well as the runtime libraries used internally by ZFS
itself, and the libzfs_core library providing a stable interface for
-managing ZFS programatically.
+managing ZFS programmatically.
EOD
licenses = [ "CDDL-1.0" ]
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Feb 8, 5:38 PM (20 h, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28479744
Default Alt Text
D52917.id163601.diff (4 KB)
Attached To
Mode
D52917: release: packages: Fix typos
Attached
Detach File
Event Timeline
Log In to Comment