mirror of
https://github.com/curl/curl.git
synced 2025-02-23 15:10:03 +08:00
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:
parent
2dac26063a
commit
a4653a7fa2
@ -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'
|
||||
|
@ -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"
|
||||
$!
|
||||
|
Loading…
Reference in New Issue
Block a user