summaryrefslogtreecommitdiffstats
path: root/kviewshell/plugins/djvu/libdjvu/GURL.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kviewshell/plugins/djvu/libdjvu/GURL.cpp')
-rw-r--r--kviewshell/plugins/djvu/libdjvu/GURL.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kviewshell/plugins/djvu/libdjvu/GURL.cpp b/kviewshell/plugins/djvu/libdjvu/GURL.cpp
index 812f1d22..07853b55 100644
--- a/kviewshell/plugins/djvu/libdjvu/GURL.cpp
+++ b/kviewshell/plugins/djvu/libdjvu/GURL.cpp
@@ -212,7 +212,7 @@ hexval(char c)
static bool
is_argument(const char * start)
- // Returns TRUE if 'start' points to the beginning of an argument
+ // Returns true if 'start' points to the beginning of an argument
// (either hash or CGI)
{
// return (*start=='#' || *start=='?' || *start=='&' || *start==';');
@@ -221,7 +221,7 @@ is_argument(const char * start)
static bool
is_argument_sep(const char * start)
- // Returns TRUE if 'start' points to the beginning of an argument
+ // Returns true if 'start' points to the beginning of an argument
// (either hash or CGI)
{
return (*start=='&')||(*start == ';');