Skip to content

Commit

Permalink
new version 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
prrvchr committed Oct 7, 2024
1 parent 128cc21 commit 53fd719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/vCardOOo/vCardOOo/TestNextCloudDiscoveryUrl.xba
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Sub Main
oResponse = oRequest.execute(oParameter)

if oResponse.Ok then
sText = "Dicovery URL is: " & sUrl & chr(13) & _
sText = "Discovery URL is: " & sUrl & chr(13) & _
chr(13) & _
"User URL response is:" & chr(13) & _
oResponse.Text
Expand Down

0 comments on commit 53fd719

Please sign in to comment.