openvms: fix example name

Commit efc696a2e0 renamed persistant.c to persistent.c to
fix the typo in the name, but missed to update the OpenVMS package
files which still looked for the old name.

Closes #3217
Reviewed-by: Daniel Stenberg <daniel@haxx.se>
Reviewed-by: Viktor Szakats <commit@vszakats.net>
This commit is contained in:
Daniel Gustafsson 2018-11-02 08:59:01 +01:00
parent 2dac26063a
commit a4653a7fa2
2 changed files with 2 additions and 2 deletions

View File

@ -740,7 +740,7 @@ gnv$libcurl/share
$endif
$!
$!
$target = "persistant"
$target = "persistent"
$if f$search("[.docs.examples]''target'.exe") .eqs. ""
$then
$ define/user gnv$libcurl 'gnv_libcurl_share'

View File

@ -207,7 +207,7 @@ $ example_apps = example_apps + ",ftpupload,getinfo,getinmemory"
$ example_apps = example_apps + ",http-post,httpcustomheader,httpput"
$ example_apps = example_apps + ",https,multi-app,multi-debugcallback"
$ example_apps = example_apps + ",multi-double,multi-post,multi-single"
$ example_apps = example_apps + ",persistant,post-callback,postit2"
$ example_apps = example_apps + ",persistent,post-callback,postit2"
$ example_apps = example_apps + ",sendrecv,sepheaders,simple,simplepost"
$ example_apps = example_apps + ",simplessl"
$!