Skip to content

fix typos in virtual_dir.sql #1160

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: develop/7
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions libsrc/Wi/virtual_dir.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1038,7 +1038,7 @@ create procedure DB.DBA.proxy_sp_html_error_page (

--
-- Python-style format - takes a format string and an array of params.
-- It''s handier for templating, etc.
-- This is handier for templating, etc.
--

create procedure DB.DBA.str_fmt (
Expand Down Expand Up @@ -1490,7 +1490,7 @@ create procedure DB.DBA.HTTP_RDF_GET_ACCEPT_BY_Q (in accept varchar, in mask any
{
item := mime := trim(mime);
vec := split_and_decode (mime, 0, '\0\0;');
-- known mime types default's to 1, unknown are minimal
-- known media types (previously called MIME types) default to 1, unknown are minimal
if (not isnull(http_sys_find_best_sparql_accept(item, 0)) or not isnull(http_sys_find_best_sparql_accept(item, 1)))
q := 1.0;
else
Expand Down