Changeset 1038 for trunk

Show
Ignore:
Timestamp:
06/06/04 12:15:32 (5 years ago)
Author:
pmoura
Message:

Corrected typo.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/compiler/logtalk.pl

    r1017 r1038  
    21212121 
    21222122'$lgt_dbg_pretty_print_spypoint'(Sender, This, Self, Goal) :- 
    2123     current_ouput(Output), 
     2123    current_output(Output), 
    21242124    (var(Sender) -> write('_, '); '$lgt_pretty_print_vars_quoted'(Output, Sender), write(', ')), 
    21252125    (var(This) -> write('_, '); '$lgt_pretty_print_vars_quoted'(Output, This), write(', ')),