Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Aug 21, 2010
1 parent 9a5f426 commit 949c58c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/cmd_namespace.t
Expand Up @@ -31,7 +31,7 @@ namespace eval audreyt { namespace eval Matt {} }

is [lsort [namespace children ::]] {::Bob ::audreyt ::bob ::tcl} \
{namespace children} {TODO NQPRX}
is [namespace children ::audreyt] ::audreyt::Matt {namespace chlidren: nested} {TODO NQPRX}
is [namespace children ::audreyt] ::audreyt::Matt {namespace children: nested} {TODO NQPRX}
is [namespace eval ::audreyt {namespace children}] ::audreyt::Matt \
{namespace children in namespace eval} {TODO NQPRX}

Expand Down

0 comments on commit 949c58c

Please sign in to comment.