summaryrefslogtreecommitdiffstats
path: root/unix/dltest/pkgua.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-05-20 12:26:27 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-05-20 12:26:27 (GMT)
commit3a1e4084649144c296b41ac714553bad357782d2 (patch)
tree21a1c32f80251883c14687992788cdf502475b35 /unix/dltest/pkgua.c
parentd80a12f06122cfef8370e25e4bfe14d180130f7e (diff)
downloadtcl-3a1e4084649144c296b41ac714553bad357782d2.zip
tcl-3a1e4084649144c296b41ac714553bad357782d2.tar.gz
tcl-3a1e4084649144c296b41ac714553bad357782d2.tar.bz2
Make all "pkg?" package names lowercase (was: ""Pkg?"), as we now recommend lowercase package names. Let's provide good examples then.
Diffstat (limited to 'unix/dltest/pkgua.c')
-rw-r--r--unix/dltest/pkgua.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/dltest/pkgua.c b/unix/dltest/pkgua.c
index 07556d1..ad2b2b3 100644
--- a/unix/dltest/pkgua.c
+++ b/unix/dltest/pkgua.c
@@ -227,7 +227,7 @@ Pkgua_Init(
PkguaInitTokensHashTable();
- code = Tcl_PkgProvide(interp, "Pkgua", "1.0");
+ code = Tcl_PkgProvide(interp, "pkgua", "1.0");
if (code != TCL_OK) {
return code;
}