diff options
| author | Jerry Jelinek <jerry.jelinek@joyent.com> | 2017-04-17 11:23:24 +0000 |
|---|---|---|
| committer | Jerry Jelinek <jerry.jelinek@joyent.com> | 2017-04-17 11:23:24 +0000 |
| commit | bcfaedcea7135042c64d088b29fe5248ca14aa45 (patch) | |
| tree | 9d9a4f7b55050c7a67857ae6c5ce033ba1190a28 /usr/src/cmd/localedef/time.c | |
| parent | 7d8821ff06ee5e15592eeb9f25cd89d1e07780e3 (diff) | |
| parent | 7262c8a615d4d5997a397e34b7229c53d8a1557a (diff) | |
| download | illumos-joyent-bcfaedcea7135042c64d088b29fe5248ca14aa45.tar.gz | |
[illumos-gate merge]
commit 7262c8a615d4d5997a397e34b7229c53d8a1557a
7925 localedef: backport fixes from FreeBSD
commit 709afb1d71ef74fa30368e4c94ddec10eeaf890a
8054 git-pbchk error is broken when git is not installed
commit f2f489c1d1fcefdd10545976e55fd8405f621a92
8033 hal: need to add DBUS_TYPE_ARRAY to LibHalPropertyType
commit 3bf53144544c5875536acef3d1214ec06c34adad
6962 kclient performs incorrect check for /dev/random
Diffstat (limited to 'usr/src/cmd/localedef/time.c')
| -rw-r--r-- | usr/src/cmd/localedef/time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/localedef/time.c b/usr/src/cmd/localedef/time.c index ab2d27d295..071f281655 100644 --- a/usr/src/cmd/localedef/time.c +++ b/usr/src/cmd/localedef/time.c @@ -247,7 +247,7 @@ dump_time(void) * NOTE: If date_fmt is not specified, then we'll default to * using the %c for date. This is reasonable for most * locales, although for reasons that I don't understand - * Solaris historically has had a seperate format for date. + * Solaris historically has had a separate format for date. */ if ((putl_category(tm.X_fmt, f) == EOF) || (putl_category(tm.x_fmt, f) == EOF) || |
