Skip to content

Commit

Permalink
Minor typo correction to be_aas_file.c
Browse files Browse the repository at this point in the history
  • Loading branch information
rawr51919 authored and zturtleman committed Nov 23, 2023
1 parent 0a2a017 commit 75910e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/botlib/be_aas_file.c
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ void AAS_FileInfo(void)
aasworld.reachabilitysize * sizeof(aas_reachability_t) +
aasworld.numportals * sizeof(aas_portal_t) +
aasworld.numclusters * sizeof(aas_cluster_t);
botimport.Print(PRT_MESSAGE, "optimzed size %d KB\n", optimized >> 10);
botimport.Print(PRT_MESSAGE, "optimized size %d KB\n", optimized >> 10);
} //end of the function AAS_FileInfo
#endif //AASFILEDEBUG
//===========================================================================
Expand Down

0 comments on commit 75910e4

Please sign in to comment.