You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by kr...@apache.org on 2007/09/03 16:22:00 UTC

svn commit: r572346 - in /db/derby/code/trunk/java: engine/org/apache/derby/impl/sql/compile/sqlgrammar.jj testing/org/apache/derbyTesting/functionTests/tests/lang/GrantRevokeDDLTest.java

Author: kristwaa
Date: Mon Sep  3 07:21:59 2007
New Revision: 572346

URL: http://svn.apache.org/viewvc?rev=572346&view=rev
Log:
Fixed typo/incorrect reference (SYSFUC -> SYSFUN).

Modified:
    db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/compile/sqlgrammar.jj
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/GrantRevokeDDLTest.java

Modified: db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/compile/sqlgrammar.jj
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/compile/sqlgrammar.jj?rev=572346&r1=572345&r2=572346&view=diff
==============================================================================
--- db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/compile/sqlgrammar.jj (original)
+++ db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/compile/sqlgrammar.jj Mon Sep  3 07:21:59 2007
@@ -969,7 +969,7 @@
        
     /**
        Convert a JDBC escaped function name to a function
-       name in the SYSFUC schema. Returns null if no such
+       name in the SYSFUN schema. Returns null if no such
        function exists.
     */  
 	private String getEscapedSYSFUN(String name)

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/GrantRevokeDDLTest.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/GrantRevokeDDLTest.java?rev=572346&r1=572345&r2=572346&view=diff
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/GrantRevokeDDLTest.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/GrantRevokeDDLTest.java Mon Sep  3 07:21:59 2007
@@ -5493,7 +5493,7 @@
         
         JDBC.assertEmpty(rs);
         
-        // DERBY-1608: Recognize new SYSFUC routines as system 
+        // DERBY-1608: Recognize new SYSFUN routines as system 
         // builtin routines Builtin functions don't need any 
         // permission checking. They are executable by all
         
@@ -9815,4 +9815,4 @@
         user2.close();
         user1.close();
     }
-}
\ No newline at end of file
+}