Fix some types
[kai/samba.git] / source3 / printing / nt_printing.c
index 68b53c747c0f09a197d8230ca02fdfba6b09e9ec..869fcad23dfaea10ab67b682a2b4176683effdcf 100644 (file)
@@ -144,7 +144,7 @@ const char *get_short_archi(const char *long_archi)
 {
         int i=-1;
 
-        DEBUG(107,("Getting architecture dependant directory\n"));
+        DEBUG(107,("Getting architecture dependent directory\n"));
         do {
                 i++;
         } while ( (archi_table[i].long_archi!=NULL ) &&