Changeset 6213


Ignore:
Timestamp:
Aug 17, 2008, 12:28:23 PM (17 years ago)
Author:
roland
Message:

fixed typo: retunr to return

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified exodus/views.py

    r6211 r6213  
    130130def conf_named_conf(request, object_id):
    131131        """bind conf generator"""
    132         retunr conf_generator(object_id, 'named.conf')
     132        return conf_generator(object_id, 'named.conf')
    133133
    134134def conf_rc_local(request, object_id):
Note: See TracChangeset for help on using the changeset viewer.